#CDD495

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

Shades of Deco #CDD495

Tints of Deco #CDD495

Color information

#CDD495 (or 0xCDD495) is unknown color: approx Deco. HEX triplet: CD, D4 and 95. RGB value is (205,212,149). Sum of RGB (Red+Green+Blue) = 205+212+149=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD495 is #322B6A. Grayscale: #CACACA. Windows color (decimal): -3287915 or 9819341. OLE color: 9819341.

HSL color Cylindrical-coordinate representation of color #CDD495: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD495 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB205212149-
CMYK0.0300.300.17
HSL66.67º42.28%70.78%-
HSV(B)66.67º29.72%83.14%-
XYZ54.1562.2437.59-
YUV202.7297.68129.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=36.22%
G=37.46%
B=26.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121490.0300.300.1766.6742.2870.78
HexCDD495301E11432a47
Octal31532422530362110352107
Binary110011011101010010010101110111101000110000111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD495; }

 p { color: rgb(205,212,149); }

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

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

 a { background-color: rgb(205,212,149); }

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

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

 span { border-color: rgb(205,212,149); }

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