#D9D684

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

Shades of Deco #D9D684

Tints of Deco #D9D684

Color information

#D9D684 (or 0xD9D684) is unknown color: approx Deco. HEX triplet: D9, D6 and 84. RGB value is (217,214,132). Sum of RGB (Red+Green+Blue) = 217+214+132=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D684 is #26297B. Grayscale: #CDCDCD. Windows color (decimal): -2500988 or 8705753. OLE color: 8705753.

HSL color Cylindrical-coordinate representation of color #D9D684: hue angle of 57.88º 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 #D9D684 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217214132-
CMYK00.010.390.15
HSL57.88º52.8%68.43%-
HSV(B)57.88º39.17%85.1%-
XYZ56.8364.5131.29-
YUV205.5586.49136.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=38.54%
G=38.01%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721413200.010.390.1557.8852.868.43
HexD9D6840127F3a3544
Octal3313262040147177265104
Binary1101100111010110100001000110011111111110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D684; }

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

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

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

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

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

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

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

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