#CFD977

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

Shades of Deco #CFD977

Tints of Deco #CFD977

Color information

#CFD977 (or 0xCFD977) is unknown color: approx Deco. HEX triplet: CF, D9 and 77. RGB value is (207,217,119). Sum of RGB (Red+Green+Blue) = 207+217+119=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD977 is #302688. Grayscale: #CBCBCB. Windows color (decimal): -3155593 or 7854543. OLE color: 7854543.

HSL color Cylindrical-coordinate representation of color #CFD977: hue angle of 66.12º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD977 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB207217119-
CMYK0.0500.450.15
HSL66.12º56.32%65.88%-
HSV(B)66.12º45.16%85.1%-
XYZ53.8764.2227.01-
YUV202.8480.69130.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 119 (46.88% from 255) = 21.92%
R=38.12%
G=39.96%
B=21.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171190.0500.450.1566.1256.3265.88
HexCFD977502DF423842
Octal31733116750551710270102
Binary110011111101100111101111010101101111110000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD977; }

 p { color: rgb(207,217,119); }

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

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

 a { background-color: rgb(207,217,119); }

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

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

 span { border-color: rgb(207,217,119); }

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