#D8D37F

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

Shades of Deco #D8D37F

Tints of Deco #D8D37F

Color information

#D8D37F (or 0xD8D37F) is unknown color: approx Deco. HEX triplet: D8, D3 and 7F. RGB value is (216,211,127). Sum of RGB (Red+Green+Blue) = 216+211+127=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D37F is #272C80. Grayscale: #CBCBCB. Windows color (decimal): -2567297 or 8377304. OLE color: 8377304.

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

Color convert

RGB216211127-
CMYK00.020.410.15
HSL56.63º53.29%67.25%-
HSV(B)56.63º41.2%84.71%-
XYZ55.4462.7229.26-
YUV202.9285.16137.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 127 (50% from 255) = 22.92%
R=38.99%
G=38.09%
B=22.92%

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
Decimal21621112700.020.410.1556.6353.2967.25
HexD8D37F0229F393543
Octal3303231770251177165103
Binary1101100011010011111111101010100111111110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D37F; }

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

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

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

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

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

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

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

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