#D9D65D

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

Shades of Manz #D9D65D

Tints of Manz #D9D65D

Color information

#D9D65D (or 0xD9D65D) is unknown color: approx Manz. HEX triplet: D9, D6 and 5D. RGB value is (217,214,93). Sum of RGB (Red+Green+Blue) = 217+214+93=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D65D is #2629A2. Grayscale: #C9C9C9. Windows color (decimal): -2501027 or 6149849. OLE color: 6149849.

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

Color convert

RGB21721493-
CMYK00.010.570.15
HSL58.55º62%60.78%-
HSV(B)58.55º57.14%85.1%-
XYZ54.6463.6419.76-
YUV201.166.99139.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=41.41%
G=40.84%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172149300.010.570.1558.556260.78
HexD9D65D0139F3b3e3d
Octal331326135017117737675
Binary11011001110101101011101011110011111111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D65D; }

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

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

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

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

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

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

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

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