#D0D984

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

Shades of Deco #D0D984

Tints of Deco #D0D984

Color information

#D0D984 (or 0xD0D984) is unknown color: approx Deco. HEX triplet: D0, D9 and 84. RGB value is (208,217,132). Sum of RGB (Red+Green+Blue) = 208+217+132=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D984 is #2F267B. Grayscale: #CCCCCC. Windows color (decimal): -3090044 or 8706512. OLE color: 8706512.

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

Color convert

RGB208217132-
CMYK0.0400.390.15
HSL66.35º52.8%68.43%-
HSV(B)66.35º39.17%85.1%-
XYZ54.9964.731.42-
YUV204.6287.02130.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=37.34%
G=38.96%
B=23.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171320.0400.390.1566.3552.868.43
HexD0D9844027F423544
Octal32033120440471710265104
Binary1101000011011001100001001000100111111110000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D984; }

 p { color: rgb(208,217,132); }

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

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

 a { background-color: rgb(208,217,132); }

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

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

 span { border-color: rgb(208,217,132); }

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