#D2D155

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

Shades of Manz #D2D155

Tints of Manz #D2D155

Color information

#D2D155 (or 0xD2D155) is unknown color: approx Manz. HEX triplet: D2, D1 and 55. RGB value is (210,209,85). Sum of RGB (Red+Green+Blue) = 210+209+85=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D155 is #2D2EAA. Grayscale: #C3C3C3. Windows color (decimal): -2961067 or 5624274. OLE color: 5624274.

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

Color convert

RGB21020985-
CMYK00.000.600.18
HSL59.52º58.14%57.84%-
HSV(B)59.52º59.52%82.35%-
XYZ51.0259.9617.48-
YUV195.1665.83138.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 85 (33.59% from 255) = 16.87%
R=41.67%
G=41.47%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102098500.000.600.1859.5258.1457.84
HexD2D155003C123c3a3a
Octal322321125007422747272
Binary110100101101000110101010011110010010111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D155; }

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

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

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

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

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

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

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

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