#CDD47C

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

Shades of Deco #CDD47C

Tints of Deco #CDD47C

Color information

#CDD47C (or 0xCDD47C) is unknown color: approx Deco. HEX triplet: CD, D4 and 7C. RGB value is (205,212,124). Sum of RGB (Red+Green+Blue) = 205+212+124=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD47C is #322B83. Grayscale: #C8C8C8. Windows color (decimal): -3287940 or 8180941. OLE color: 8180941.

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

Color convert

RGB205212124-
CMYK0.0300.420.17
HSL64.77º50.57%65.88%-
HSV(B)64.77º41.51%83.14%-
XYZ52.3661.5228.18-
YUV199.8785.18131.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 124 (48.83% from 255) = 22.92%
R=37.89%
G=39.19%
B=22.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121240.0300.420.1764.7750.5765.88
HexCDD47C302A11413342
Octal31532417430522110163102
Binary110011011101010011111001101010101000110000011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD47C; }

 p { color: rgb(205,212,124); }

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

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

 a { background-color: rgb(205,212,124); }

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

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

 span { border-color: rgb(205,212,124); }

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