#D9D685

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

Shades of Deco #D9D685

Tints of Deco #D9D685

Color information

#D9D685 (or 0xD9D685) is unknown color: approx Deco. HEX triplet: D9, D6 and 85. RGB value is (217,214,133). Sum of RGB (Red+Green+Blue) = 217+214+133=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D685 is #26297A. Grayscale: #CDCDCD. Windows color (decimal): -2500987 or 8771289. OLE color: 8771289.

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

Color convert

RGB217214133-
CMYK00.010.390.15
HSL57.86º52.5%68.63%-
HSV(B)57.86º38.71%85.1%-
XYZ56.964.5431.65-
YUV205.6686.99136.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 214 (83.98% from 255) = 37.94%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=38.48%
G=37.94%
B=23.58%

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
Decimal21721413300.010.390.1557.8652.568.63
HexD9D6850127F3a3545
Octal3313262050147177265105
Binary1101100111010110100001010110011111111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D685; }

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

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

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

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

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

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

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

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