#D8D57F

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

Shades of Deco #D8D57F

Tints of Deco #D8D57F

Color information

#D8D57F (or 0xD8D57F) is unknown color: approx Deco. HEX triplet: D8, D5 and 7F. RGB value is (216,213,127). Sum of RGB (Red+Green+Blue) = 216+213+127=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D57F is #272A80. Grayscale: #CCCCCC. Windows color (decimal): -2566785 or 8377816. OLE color: 8377816.

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

Color convert

RGB216213127-
CMYK00.010.410.15
HSL57.98º53.29%67.25%-
HSV(B)57.98º41.2%84.71%-
XYZ55.9463.7229.43-
YUV204.0984.49136.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 213 (83.59% from 255) = 38.31%
BLUE value IS 127 (50% from 255) = 22.84%
R=38.85%
G=38.31%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621312700.010.410.1557.9853.2967.25
HexD8D57F0129F3a3543
Octal3303251770151177265103
Binary110110001101010111111110110100111111110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D57F; }

 p { color: rgb(216,213,127); }

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

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

 a { background-color: rgb(216,213,127); }

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

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

 span { border-color: rgb(216,213,127); }

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