#D9D05E

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

Shades of Manz #D9D05E

Tints of Manz #D9D05E

Color information

#D9D05E (or 0xD9D05E) is unknown color: approx Manz. HEX triplet: D9, D0 and 5E. RGB value is (217,208,94). Sum of RGB (Red+Green+Blue) = 217+208+94=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D05E is #262FA1. Grayscale: #C6C6C6. Windows color (decimal): -2502562 or 6213849. OLE color: 6213849.

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

Color convert

RGB21720894-
CMYK00.040.570.15
HSL55.61º61.81%60.98%-
HSV(B)55.61º56.68%85.1%-
XYZ53.1960.6719.5-
YUV197.769.48141.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=41.81%
G=40.08%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172089400.040.570.1555.6161.8160.98
HexD9D05E0439F383e3d
Octal331320136047117707675
Binary1101100111010000101111001001110011111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D05E; }

 p { color: rgb(217,208,94); }

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

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

 a { background-color: rgb(217,208,94); }

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

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

 span { border-color: rgb(217,208,94); }

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