#D8D47F

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

Shades of Deco #D8D47F

Tints of Deco #D8D47F

Color information

#D8D47F (or 0xD8D47F) is unknown color: approx Deco. HEX triplet: D8, D4 and 7F. RGB value is (216,212,127). Sum of RGB (Red+Green+Blue) = 216+212+127=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D47F is #272B80. Grayscale: #CBCBCB. Windows color (decimal): -2567041 or 8377560. OLE color: 8377560.

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

Color convert

RGB216212127-
CMYK00.020.410.15
HSL57.3º53.29%67.25%-
HSV(B)57.3º41.2%84.71%-
XYZ55.6963.2229.35-
YUV203.5184.83136.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 127 (50% from 255) = 22.88%
R=38.92%
G=38.20%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621212700.020.410.1557.353.2967.25
HexD8D47F0229F393543
Octal3303241770251177165103
Binary1101100011010100111111101010100111111110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D47F; }

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

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

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

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

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

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

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

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