#D9D552

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

Shades of Manz #D9D552

Tints of Manz #D9D552

Color information

#D9D552 (or 0xD9D552) is unknown color: approx Manz. HEX triplet: D9, D5 and 52. RGB value is (217,213,82). Sum of RGB (Red+Green+Blue) = 217+213+82=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D552 is #262AAD. Grayscale: #C7C7C7. Windows color (decimal): -2501294 or 5428697. OLE color: 5428697.

HSL color Cylindrical-coordinate representation of color #D9D552: hue angle of 58.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9D552 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21721382-
CMYK00.020.620.15
HSL58.22º63.98%58.63%-
HSV(B)58.22º62.21%85.1%-
XYZ53.9362.9517.29-
YUV199.2661.83140.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 82 (32.42% from 255) = 16.02%
R=42.38%
G=41.60%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172138200.020.620.1558.2263.9858.63
HexD9D552023EF3a403b
Octal3313251220276177210073
Binary1101100111010101101001001011111011111110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D552; }

 p { color: rgb(217,213,82); }

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

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

 a { background-color: rgb(217,213,82); }

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

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

 span { border-color: rgb(217,213,82); }

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