#CDD290

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

Shades of Deco #CDD290

Tints of Deco #CDD290

Color information

#CDD290 (or 0xCDD290) is unknown color: approx Deco. HEX triplet: CD, D2 and 90. RGB value is (205,210,144). Sum of RGB (Red+Green+Blue) = 205+210+144=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD290 is #322D6F. Grayscale: #C9C9C9. Windows color (decimal): -3288432 or 9491149. OLE color: 9491149.

HSL color Cylindrical-coordinate representation of color #CDD290: hue angle of 64.55º degrees, saturation: 0.42, 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 #CDD290 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB205210144-
CMYK0.0200.310.18
HSL64.55º42.31%69.41%-
HSV(B)64.55º31.43%82.35%-
XYZ53.2661.0935.37-
YUV200.9895.84130.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 210 (82.42% from 255) = 37.57%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=36.67%
G=37.57%
B=25.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101440.0200.310.1864.5542.3169.41
HexCDD290201F12412a45
Octal31532222020372210152105
Binary110011011101001010010000100111111001010000011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD290; }

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

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

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

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

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

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

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

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