#D2D058

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

Shades of Manz #D2D058

Tints of Manz #D2D058

Color information

#D2D058 (or 0xD2D058) is unknown color: approx Manz. HEX triplet: D2, D0 and 58. RGB value is (210,208,88). Sum of RGB (Red+Green+Blue) = 210+208+88=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D058 is #2D2FA7. Grayscale: #C3C3C3. Windows color (decimal): -2961320 or 5820626. OLE color: 5820626.

HSL color Cylindrical-coordinate representation of color #D2D058: hue angle of 59.02º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2D058 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB21020888-
CMYK00.010.580.18
HSL59.02º57.55%58.43%-
HSV(B)59.02º58.1%82.35%-
XYZ50.959.5218.04-
YUV194.9267.66138.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 208 (81.64% from 255) = 41.11%
BLUE value IS 88 (34.77% from 255) = 17.39%
R=41.50%
G=41.11%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102088800.010.580.1859.0257.5558.43
HexD2D058013A123b3a3a
Octal322320130017222737272
Binary110100101101000010110000111101010010111011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D058; }

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

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

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

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

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

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

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

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