#D8D35D

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

Shades of Manz #D8D35D

Tints of Manz #D8D35D

Color information

#D8D35D (or 0xD8D35D) is unknown color: approx Manz. HEX triplet: D8, D3 and 5D. RGB value is (216,211,93). Sum of RGB (Red+Green+Blue) = 216+211+93=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D35D is #272CA2. Grayscale: #C7C7C7. Windows color (decimal): -2567331 or 6149080. OLE color: 6149080.

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

Color convert

RGB21621193-
CMYK00.020.570.15
HSL57.56º61.19%60.59%-
HSV(B)57.56º56.94%84.71%-
XYZ53.5961.9819.49-
YUV199.0468.16140.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=41.54%
G=40.58%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162119300.020.570.1557.5661.1960.59
HexD8D35D0239F3a3d3d
Octal330323135027117727575
Binary110110001101001110111010101110011111111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D35D; }

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

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

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

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

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

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

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

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