#cfd676

Color #CFD676 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CFD676

Tints of Deco #CFD676

Color information

#CFD676 (or 0xCFD676) is unknown color: approx Deco. HEX triplet: CF, D6 and 76. RGB value is (207,214,118). Sum of RGB (Red+Green+Blue) = 207+214+118=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD676 is #302989. Grayscale: #C9C9C9. Windows color (decimal): -3156362 or 7788239. OLE color: 7788239.

HSL color Cylindrical-coordinate representation of color #CFD676: hue angle of 64.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD676 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB207214118-
CMYK0.0300.450.16
HSL64.38º53.93%65.1%-
HSV(B)64.38º44.86%83.92%-
XYZ53.0562.6726.44-
YUV200.9681.18132.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=38.40%
G=39.70%
B=21.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141180.0300.450.1664.3853.9365.1
HexCFD676302D10403641
Octal31732616630552010066101
Binary110011111101011011101101101011011000010000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfd676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfd676; }

 p { color: rgb(207,214,118); }

 H1.HeaderClassName
 {
   color: #cfd676;
 }
 .AnyTagClassName
 {
   color: #cfd676;
 }
</style>
background-color css

<style>
 a { background-color: #cfd676; }

 a { background-color: rgb(207,214,118); }

 div.DivClassName
 {
   background-color: #cfd676;
 }
 .BgClassName
 {
   background-color: #cfd676;
 }
</style>
border-color css

<style>
 span { border-color: #cfd676; }

 span { border-color: rgb(207,214,118); }

 td.TdClassName
 {
   border-color: #cfd676;
 }
 .TagClassName
 {
   border-color: #cfd676;
 }
</style>