#CDD090

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

Shades of Deco #CDD090

Tints of Deco #CDD090

Color information

#CDD090 (or 0xCDD090) is unknown color: approx Deco. HEX triplet: CD, D0 and 90. RGB value is (205,208,144). Sum of RGB (Red+Green+Blue) = 205+208+144=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD090 is #322F6F. Grayscale: #C8C8C8. Windows color (decimal): -3288944 or 9490637. OLE color: 9490637.

HSL color Cylindrical-coordinate representation of color #CDD090: hue angle of 62.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD090 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB205208144-
CMYK0.0100.310.18
HSL62.81º40.51%69.02%-
HSV(B)62.81º30.77%81.57%-
XYZ52.7760.135.21-
YUV199.8196.51131.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=36.80%
G=37.34%
B=25.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081440.0100.310.1862.8140.5169.02
HexCDD090101F123f2945
Octal3153202201037227751105
Binary1100110111010000100100001011111100101111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD090; }

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

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

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

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

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

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

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

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