#CDD992

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

Shades of Deco #CDD992

Tints of Deco #CDD992

Color information

#CDD992 (or 0xCDD992) is unknown color: approx Deco. HEX triplet: CD, D9 and 92. RGB value is (205,217,146). Sum of RGB (Red+Green+Blue) = 205+217+146=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD992 is #32266D. Grayscale: #CDCDCD. Windows color (decimal): -3286638 or 9624013. OLE color: 9624013.

HSL color Cylindrical-coordinate representation of color #CDD992: hue angle of 70.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDD992 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB205217146-
CMYK0.0600.330.15
HSL70.14º48.3%71.18%-
HSV(B)70.14º32.72%85.1%-
XYZ55.1864.6836.77-
YUV205.3294.52127.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=36.09%
G=38.20%
B=25.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171460.0600.330.1570.1448.371.18
HexCDD9926021F463047
Octal31533122260411710660107
Binary1100110111011001100100101100100001111110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD992; }

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

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

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

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

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

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

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

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