#CDD999

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

Shades of Deco #CDD999

Tints of Deco #CDD999

Color information

#CDD999 (or 0xCDD999) is unknown color: approx Deco. HEX triplet: CD, D9 and 99. RGB value is (205,217,153). Sum of RGB (Red+Green+Blue) = 205+217+153=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD999 is #322666. Grayscale: #CECECE. Windows color (decimal): -3286631 or 10082765. OLE color: 10082765.

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

Color convert

RGB205217153-
CMYK0.0600.290.15
HSL71.25º45.71%72.55%-
HSV(B)71.25º29.49%85.1%-
XYZ55.7464.939.73-
YUV206.1298.02127.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=35.65%
G=37.74%
B=26.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171530.0600.290.1571.2545.7172.55
HexCDD999601DF472e49
Octal31533123160351710756111
Binary110011011101100110011001110011101111110001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD999; }

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

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

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

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

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

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

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

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