#CDD292

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

Shades of Deco #CDD292

Tints of Deco #CDD292

Color information

#CDD292 (or 0xCDD292) is unknown color: approx Deco. HEX triplet: CD, D2 and 92. RGB value is (205,210,146). Sum of RGB (Red+Green+Blue) = 205+210+146=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD292 is #322D6D. Grayscale: #C9C9C9. Windows color (decimal): -3288430 or 9622221. OLE color: 9622221.

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

Color convert

RGB205210146-
CMYK0.0200.300.18
HSL64.69º41.56%69.8%-
HSV(B)64.69º30.48%82.35%-
XYZ53.4161.1536.18-
YUV201.2196.84130.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=36.54%
G=37.43%
B=26.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101460.0200.300.1864.6941.5669.8
HexCDD292201E12412a46
Octal31532222220362210152106
Binary110011011101001010010010100111101001010000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD292; }

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

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

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

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

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

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

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

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