#D9D85D

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

Shades of Manz #D9D85D

Tints of Manz #D9D85D

Color information

#D9D85D (or 0xD9D85D) is unknown color: approx Manz. HEX triplet: D9, D8 and 5D. RGB value is (217,216,93). Sum of RGB (Red+Green+Blue) = 217+216+93=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D85D is #2627A2. Grayscale: #CACACA. Windows color (decimal): -2500515 or 6150361. OLE color: 6150361.

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

Color convert

RGB21721693-
CMYK00.000.570.15
HSL59.52º62%60.78%-
HSV(B)59.52º57.14%85.1%-
XYZ55.1564.6519.93-
YUV202.2866.33138.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 93 (36.72% from 255) = 17.68%
R=41.25%
G=41.06%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172169300.000.570.1559.526260.78
HexD9D85D0039F3c3e3d
Octal331330135007117747675
Binary11011001110110001011101001110011111111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D85D; }

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

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

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

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

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

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

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

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