#D9D058

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

Shades of Manz #D9D058

Tints of Manz #D9D058

Color information

#D9D058 (or 0xD9D058) is unknown color: approx Manz. HEX triplet: D9, D0 and 58. RGB value is (217,208,88). Sum of RGB (Red+Green+Blue) = 217+208+88=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D058 is #262FA7. Grayscale: #C5C5C5. Windows color (decimal): -2502568 or 5820633. OLE color: 5820633.

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

Color convert

RGB21720888-
CMYK00.040.590.15
HSL55.81º62.93%59.8%-
HSV(B)55.81º59.45%85.1%-
XYZ52.9360.5718.13-
YUV197.0166.48142.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 88 (34.77% from 255) = 17.15%
R=42.30%
G=40.55%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172088800.040.590.1555.8162.9359.8
HexD9D058043BF383f3c
Octal331320130047317707774
Binary1101100111010000101100001001110111111111000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D058; }

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

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

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

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

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

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

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

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