#CDD983

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

Shades of Deco #CDD983

Tints of Deco #CDD983

Color information

#CDD983 (or 0xCDD983) is unknown color: approx Deco. HEX triplet: CD, D9 and 83. RGB value is (205,217,131). Sum of RGB (Red+Green+Blue) = 205+217+131=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD983 is #32267C. Grayscale: #CBCBCB. Windows color (decimal): -3286653 or 8640973. OLE color: 8640973.

HSL color Cylindrical-coordinate representation of color #CDD983: hue angle of 68.37º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDD983 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB205217131-
CMYK0.0600.400.15
HSL68.37º53.09%68.24%-
HSV(B)68.37º39.63%85.1%-
XYZ54.0964.2431.02-
YUV203.6187.02128.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 131 (51.56% from 255) = 23.69%
R=37.07%
G=39.24%
B=23.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171310.0600.400.1568.3753.0968.24
HexCDD9836028F443544
Octal31533120360501710465104
Binary1100110111011001100000111100101000111110001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD983; }

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

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

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

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

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

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

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

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