#D2D158

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

Shades of Manz #D2D158

Tints of Manz #D2D158

Color information

#D2D158 (or 0xD2D158) is unknown color: approx Manz. HEX triplet: D2, D1 and 58. RGB value is (210,209,88). Sum of RGB (Red+Green+Blue) = 210+209+88=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D158 is #2D2EA7. Grayscale: #C3C3C3. Windows color (decimal): -2961064 or 5820882. OLE color: 5820882.

HSL color Cylindrical-coordinate representation of color #D2D158: hue angle of 59.51º 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 #D2D158 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB21020988-
CMYK00.000.580.18
HSL59.51º57.55%58.43%-
HSV(B)59.51º58.1%82.35%-
XYZ51.1460.0118.12-
YUV195.567.33138.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 209 (82.03% from 255) = 41.22%
BLUE value IS 88 (34.77% from 255) = 17.36%
R=41.42%
G=41.22%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102098800.000.580.1859.5157.5558.43
HexD2D158003A123c3a3a
Octal322321130007222747272
Binary110100101101000110110000011101010010111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D158; }

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

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

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

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

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

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

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

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