#CDD295

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

Shades of Deco #CDD295

Tints of Deco #CDD295

Color information

#CDD295 (or 0xCDD295) is unknown color: approx Deco. HEX triplet: CD, D2 and 95. RGB value is (205,210,149). Sum of RGB (Red+Green+Blue) = 205+210+149=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD295 is #322D6A. Grayscale: #C9C9C9. Windows color (decimal): -3288427 or 9818829. OLE color: 9818829.

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

Color convert

RGB205210149-
CMYK0.0200.290.18
HSL64.92º40.4%70.39%-
HSV(B)64.92º29.05%82.35%-
XYZ53.6561.2437.43-
YUV201.5598.34130.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=36.35%
G=37.23%
B=26.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101490.0200.290.1864.9240.470.39
HexCDD295201D12412846
Octal31532222520352210150106
Binary110011011101001010010101100111011001010000011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD295; }

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

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

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

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

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

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

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

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