#CCD87F

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

Shades of Deco #CCD87F

Tints of Deco #CCD87F

Color information

#CCD87F (or 0xCCD87F) is unknown color: approx Deco. HEX triplet: CC, D8 and 7F. RGB value is (204,216,127). Sum of RGB (Red+Green+Blue) = 204+216+127=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD87F is #332780. Grayscale: #CACACA. Windows color (decimal): -3352449 or 8378572. OLE color: 8378572.

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

Color convert

RGB204216127-
CMYK0.0600.410.15
HSL68.09º53.29%67.25%-
HSV(B)68.09º41.2%84.71%-
XYZ53.2963.4829.52-
YUV202.2785.52129.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 127 (50% from 255) = 23.22%
R=37.29%
G=39.49%
B=23.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161270.0600.410.1568.0953.2967.25
HexCCD87F6029F443543
Octal31433017760511710465103
Binary110011001101100011111111100101001111110001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD87F; }

 p { color: rgb(204,216,127); }

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

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

 a { background-color: rgb(204,216,127); }

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

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

 span { border-color: rgb(204,216,127); }

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