#CCD47F

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

Shades of Deco #CCD47F

Tints of Deco #CCD47F

Color information

#CCD47F (or 0xCCD47F) is unknown color: approx Deco. HEX triplet: CC, D4 and 7F. RGB value is (204,212,127). Sum of RGB (Red+Green+Blue) = 204+212+127=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD47F is #332B80. Grayscale: #C8C8C8. Windows color (decimal): -3353473 or 8377548. OLE color: 8377548.

HSL color Cylindrical-coordinate representation of color #CCD47F: hue angle of 65.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD47F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB204212127-
CMYK0.0400.400.17
HSL65.65º49.71%66.47%-
HSV(B)65.65º40.09%83.14%-
XYZ52.2861.4629.19-
YUV199.9286.85130.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 127 (50% from 255) = 23.39%
R=37.57%
G=39.04%
B=23.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121270.0400.400.1765.6549.7166.47
HexCCD47F402811423242
Octal31432417740502110262102
Binary1100110011010100111111110001010001000110000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD47F; }

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

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

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

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

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

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

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

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