#CCD47D

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

Shades of Deco #CCD47D

Tints of Deco #CCD47D

Color information

#CCD47D (or 0xCCD47D) is unknown color: approx Deco. HEX triplet: CC, D4 and 7D. RGB value is (204,212,125). Sum of RGB (Red+Green+Blue) = 204+212+125=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD47D is #332B82. Grayscale: #C8C8C8. Windows color (decimal): -3353475 or 8246476. OLE color: 8246476.

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

Color convert

RGB204212125-
CMYK0.0400.410.17
HSL65.52º50.29%66.08%-
HSV(B)65.52º41.04%83.14%-
XYZ52.1561.4128.51-
YUV199.6985.85131.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=37.71%
G=39.19%
B=23.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042121250.0400.410.1765.5250.2966.08
HexCCD47D402911423242
Octal31432417540512110262102
Binary1100110011010100111110110001010011000110000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD47D; }

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

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

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

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

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

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

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

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