#D8D75A

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

Shades of Manz #D8D75A

Tints of Manz #D8D75A

Color information

#D8D75A (or 0xD8D75A) is unknown color: approx Manz. HEX triplet: D8, D7 and 5A. RGB value is (216,215,90). Sum of RGB (Red+Green+Blue) = 216+215+90=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D75A is #2728A5. Grayscale: #C9C9C9. Windows color (decimal): -2566310 or 5953496. OLE color: 5953496.

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

Color convert

RGB21621590-
CMYK00.000.580.15
HSL59.52º61.76%60%-
HSV(B)59.52º58.33%84.71%-
XYZ54.4663.9419.14-
YUV201.0565.33138.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=41.46%
G=41.27%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162159000.000.580.1559.5261.7660
HexD8D75A003AF3c3e3c
Octal330327132007217747674
Binary11011000110101111011010001110101111111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D75A; }

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

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

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

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

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

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

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

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