#CDD790

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

Shades of Deco #CDD790

Tints of Deco #CDD790

Color information

#CDD790 (or 0xCDD790) is unknown color: approx Deco. HEX triplet: CD, D7 and 90. RGB value is (205,215,144). Sum of RGB (Red+Green+Blue) = 205+215+144=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD790 is #32286F. Grayscale: #CCCCCC. Windows color (decimal): -3287152 or 9492429. OLE color: 9492429.

HSL color Cylindrical-coordinate representation of color #CDD790: hue angle of 68.45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDD790 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB205215144-
CMYK0.0500.330.16
HSL68.45º47.02%70.39%-
HSV(B)68.45º33.02%84.31%-
XYZ54.5163.5935.79-
YUV203.9294.19128.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=36.35%
G=38.12%
B=25.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151440.0500.330.1668.4547.0270.39
HexCDD790502110442f46
Octal31532722050412010457106
Binary11001101110101111001000010101000011000010001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD790; }

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

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

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

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

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

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

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

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