#D8D381

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

Shades of Deco #D8D381

Tints of Deco #D8D381

Color information

#D8D381 (or 0xD8D381) is unknown color: approx Deco. HEX triplet: D8, D3 and 81. RGB value is (216,211,129). Sum of RGB (Red+Green+Blue) = 216+211+129=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D381 is #272C7E. Grayscale: #CBCBCB. Windows color (decimal): -2567295 or 8508376. OLE color: 8508376.

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

Color convert

RGB216211129-
CMYK00.020.400.15
HSL56.55º52.73%67.65%-
HSV(B)56.55º40.28%84.71%-
XYZ55.5862.7729.96-
YUV203.1586.16137.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 129 (50.78% from 255) = 23.20%
R=38.85%
G=37.95%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621112900.020.400.1556.5552.7367.65
HexD8D3810228F393544
Octal3303232010250177165104
Binary11011000110100111000000101010100011111110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D381; }

 p { color: rgb(216,211,129); }

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

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

 a { background-color: rgb(216,211,129); }

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

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

 span { border-color: rgb(216,211,129); }

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