#D2D758

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

Shades of Manz #D2D758

Tints of Manz #D2D758

Color information

#D2D758 (or 0xD2D758) is unknown color: approx Manz. HEX triplet: D2, D7 and 58. RGB value is (210,215,88). Sum of RGB (Red+Green+Blue) = 210+215+88=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D758 is #2D28A7. Grayscale: #C7C7C7. Windows color (decimal): -2959528 or 5822418. OLE color: 5822418.

HSL color Cylindrical-coordinate representation of color #D2D758: hue angle of 62.36º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2D758 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB21021588-
CMYK0.0200.590.16
HSL62.36º61.35%59.41%-
HSV(B)62.36º59.07%84.31%-
XYZ52.6463.0118.62-
YUV199.0365.34135.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 88 (34.77% from 255) = 17.15%
R=40.94%
G=41.91%
B=17.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210215880.0200.590.1662.3661.3559.41
HexD2D758203B103e3d3b
Octal322327130207320767573
Binary1101001011010111101100010011101110000111110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D758; }

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

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

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

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

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

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

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

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