#CDD095

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

Shades of Deco #CDD095

Tints of Deco #CDD095

Color information

#CDD095 (or 0xCDD095) is unknown color: approx Deco. HEX triplet: CD, D0 and 95. RGB value is (205,208,149). Sum of RGB (Red+Green+Blue) = 205+208+149=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD095 is #322F6A. Grayscale: #C8C8C8. Windows color (decimal): -3288939 or 9818317. OLE color: 9818317.

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

Color convert

RGB205208149-
CMYK0.0100.280.18
HSL63.05º38.56%70%-
HSV(B)63.05º28.37%81.57%-
XYZ53.1660.2637.26-
YUV200.3899.01131.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=36.48%
G=37.01%
B=26.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081490.0100.280.1863.0538.5670
HexCDD095101C123f2746
Octal3153202251034227747106
Binary1100110111010000100101011011100100101111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD095; }

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

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

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

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

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

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

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

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