#D8D75E

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

Shades of Manz #D8D75E

Tints of Manz #D8D75E

Color information

#D8D75E (or 0xD8D75E) is unknown color: approx Manz. HEX triplet: D8, D7 and 5E. RGB value is (216,215,94). Sum of RGB (Red+Green+Blue) = 216+215+94=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D75E is #2728A1. Grayscale: #C9C9C9. Windows color (decimal): -2566306 or 6215640. OLE color: 6215640.

HSL color Cylindrical-coordinate representation of color #D8D75E: hue angle of 59.51º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8D75E is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21621594-
CMYK00.000.560.15
HSL59.51º61%60.78%-
HSV(B)59.51º56.48%84.71%-
XYZ54.6464.0120.06-
YUV201.567.33138.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 94 (37.11% from 255) = 17.90%
R=41.14%
G=40.95%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162159400.000.560.1559.516160.78
HexD8D75E0038F3c3d3d
Octal330327136007017747575
Binary11011000110101111011110001110001111111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D75E; }

 p { color: rgb(216,215,94); }

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

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

 a { background-color: rgb(216,215,94); }

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

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

 span { border-color: rgb(216,215,94); }

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