#CDD890

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

Shades of Deco #CDD890

Tints of Deco #CDD890

Color information

#CDD890 (or 0xCDD890) is unknown color: approx Deco. HEX triplet: CD, D8 and 90. RGB value is (205,216,144). Sum of RGB (Red+Green+Blue) = 205+216+144=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD890 is #32276F. Grayscale: #CCCCCC. Windows color (decimal): -3286896 or 9492685. OLE color: 9492685.

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

Color convert

RGB205216144-
CMYK0.0500.330.15
HSL69.17º48%70.59%-
HSV(B)69.17º33.33%84.71%-
XYZ54.7764.135.87-
YUV204.593.86128.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=36.28%
G=38.23%
B=25.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161440.0500.330.1569.174870.59
HexCDD8905021F453047
Octal31533022050411710560107
Binary1100110111011000100100001010100001111110001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD890; }

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

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

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

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

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

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

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

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