#CDD990

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

Shades of Deco #CDD990

Tints of Deco #CDD990

Color information

#CDD990 (or 0xCDD990) is unknown color: approx Deco. HEX triplet: CD, D9 and 90. RGB value is (205,217,144). Sum of RGB (Red+Green+Blue) = 205+217+144=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD990 is #32266F. Grayscale: #CDCDCD. Windows color (decimal): -3286640 or 9492941. OLE color: 9492941.

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

Color convert

RGB205217144-
CMYK0.0600.340.15
HSL69.86º48.99%70.78%-
HSV(B)69.86º33.64%85.1%-
XYZ55.0264.6235.96-
YUV205.0993.52127.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=36.22%
G=38.34%
B=25.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171440.0600.340.1569.8648.9970.78
HexCDD9906022F463147
Octal31533122060421710661107
Binary1100110111011001100100001100100010111110001101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD990; }

 p { color: rgb(205,217,144); }

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

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

 a { background-color: rgb(205,217,144); }

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

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

 span { border-color: rgb(205,217,144); }

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