#CFD87C

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

Shades of Deco #CFD87C

Tints of Deco #CFD87C

Color information

#CFD87C (or 0xCFD87C) is unknown color: approx Deco. HEX triplet: CF, D8 and 7C. RGB value is (207,216,124). Sum of RGB (Red+Green+Blue) = 207+216+124=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD87C is #302783. Grayscale: #CBCBCB. Windows color (decimal): -3155844 or 8181967. OLE color: 8181967.

HSL color Cylindrical-coordinate representation of color #CFD87C: hue angle of 65.87º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFD87C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB207216124-
CMYK0.0400.430.15
HSL65.87º54.12%66.67%-
HSV(B)65.87º42.59%84.71%-
XYZ53.9363.8328.55-
YUV202.8283.52130.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=37.84%
G=39.49%
B=22.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161240.0400.430.1565.8754.1266.67
HexCFD87C402BF423643
Octal31733017440531710266103
Binary110011111101100011111001000101011111110000101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD87C; }

 p { color: rgb(207,216,124); }

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

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

 a { background-color: rgb(207,216,124); }

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

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

 span { border-color: rgb(207,216,124); }

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