#D8D685

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

Shades of Deco #D8D685

Tints of Deco #D8D685

Color information

#D8D685 (or 0xD8D685) is unknown color: approx Deco. HEX triplet: D8, D6 and 85. RGB value is (216,214,133). Sum of RGB (Red+Green+Blue) = 216+214+133=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D685 is #27297A. Grayscale: #CDCDCD. Windows color (decimal): -2566523 or 8771288. OLE color: 8771288.

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

Color convert

RGB216214133-
CMYK00.010.380.15
HSL58.55º51.55%68.43%-
HSV(B)58.55º38.43%84.71%-
XYZ56.664.3931.63-
YUV205.3687.16135.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=38.37%
G=38.01%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621413300.010.380.1558.5551.5568.43
HexD8D6850126F3b3444
Octal3303262050146177364104
Binary1101100011010110100001010110011011111110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D685; }

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

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

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

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

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

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

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

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