#D0D959

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

Shades of Manz #D0D959

Tints of Manz #D0D959

Color information

#D0D959 (or 0xD0D959) is unknown color: approx Manz. HEX triplet: D0, D9 and 59. RGB value is (208,217,89). Sum of RGB (Red+Green+Blue) = 208+217+89=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D959 is #2F26A6. Grayscale: #C8C8C8. Windows color (decimal): -3090087 or 5888464. OLE color: 5888464.

HSL color Cylindrical-coordinate representation of color #D0D959: hue angle of 64.22º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0D959 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB20821789-
CMYK0.0400.590.15
HSL64.22º62.75%60%-
HSV(B)64.22º58.99%85.1%-
XYZ52.6363.7618.98-
YUV199.7265.52133.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 89 (35.16% from 255) = 17.32%
R=40.47%
G=42.22%
B=17.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208217890.0400.590.1564.2262.7560
HexD0D959403BF403f3c
Octal3203311314073171007774
Binary11010000110110011011001100011101111111000000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D959; }

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

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

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

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

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

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

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

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