#D8D485

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

Shades of Deco #D8D485

Tints of Deco #D8D485

Color information

#D8D485 (or 0xD8D485) is unknown color: approx Deco. HEX triplet: D8, D4 and 85. RGB value is (216,212,133). Sum of RGB (Red+Green+Blue) = 216+212+133=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D485 is #272B7A. Grayscale: #CCCCCC. Windows color (decimal): -2567035 or 8770776. OLE color: 8770776.

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

Color convert

RGB216212133-
CMYK00.020.380.15
HSL57.11º51.55%68.43%-
HSV(B)57.11º38.43%84.71%-
XYZ56.163.3831.47-
YUV204.1987.83136.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=38.50%
G=37.79%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621213300.020.380.1557.1151.5568.43
HexD8D4850226F393444
Octal3303242050246177164104
Binary11011000110101001000010101010011011111110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D485; }

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

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

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

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

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

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

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

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