#CDD58C

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

Shades of Deco #CDD58C

Tints of Deco #CDD58C

Color information

#CDD58C (or 0xCDD58C) is unknown color: approx Deco. HEX triplet: CD, D5 and 8C. RGB value is (205,213,140). Sum of RGB (Red+Green+Blue) = 205+213+140=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD58C is #322A73. Grayscale: #CACACA. Windows color (decimal): -3287668 or 9229773. OLE color: 9229773.

HSL color Cylindrical-coordinate representation of color #CDD58C: hue angle of 66.58º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDD58C is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB205213140-
CMYK0.0400.340.16
HSL66.58º46.5%69.22%-
HSV(B)66.58º34.27%83.53%-
XYZ53.762.4634.04-
YUV202.2992.85129.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 140 (55.08% from 255) = 25.09%
R=36.74%
G=38.17%
B=25.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131400.0400.340.1666.5846.569.22
HexCDD58C402210432e45
Octal31532521440422010356105
Binary11001101110101011000110010001000101000010000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD58C; }

 p { color: rgb(205,213,140); }

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

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

 a { background-color: rgb(205,213,140); }

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

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

 span { border-color: rgb(205,213,140); }

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