#CDD392

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

Shades of Deco #CDD392

Tints of Deco #CDD392

Color information

#CDD392 (or 0xCDD392) is unknown color: approx Deco. HEX triplet: CD, D3 and 92. RGB value is (205,211,146). Sum of RGB (Red+Green+Blue) = 205+211+146=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD392 is #322C6D. Grayscale: #CACACA. Windows color (decimal): -3288174 or 9622477. OLE color: 9622477.

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

Color convert

RGB205211146-
CMYK0.0300.310.17
HSL65.54º42.48%70%-
HSV(B)65.54º30.81%82.75%-
XYZ53.6661.6436.26-
YUV201.896.51130.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=36.48%
G=37.54%
B=25.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111460.0300.310.1765.5442.4870
HexCDD392301F11422a46
Octal31532322230372110252106
Binary110011011101001110010010110111111000110000101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD392; }

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

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

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

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

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

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

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

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