#D9D35F

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

Shades of Manz #D9D35F

Tints of Manz #D9D35F

Color information

#D9D35F (or 0xD9D35F) is unknown color: approx Manz. HEX triplet: D9, D3 and 5F. RGB value is (217,211,95). Sum of RGB (Red+Green+Blue) = 217+211+95=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D35F is #262CA0. Grayscale: #C8C8C8. Windows color (decimal): -2501793 or 6280153. OLE color: 6280153.

HSL color Cylindrical-coordinate representation of color #D9D35F: hue angle of 57.05º degrees, saturation: 0.62, 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 #D9D35F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21721195-
CMYK00.030.560.15
HSL57.05º61.62%61.18%-
HSV(B)57.05º56.22%85.1%-
XYZ53.9862.1719.98-
YUV199.5768.99140.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 95 (37.5% from 255) = 18.16%
R=41.49%
G=40.34%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172119500.030.560.1557.0561.6261.18
HexD9D35F0338F393e3d
Octal331323137037017717675
Binary110110011101001110111110111110001111111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D35F; }

 p { color: rgb(217,211,95); }

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

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

 a { background-color: rgb(217,211,95); }

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

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

 span { border-color: rgb(217,211,95); }

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