#D8D252

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

Shades of Manz #D8D252

Tints of Manz #D8D252

Color information

#D8D252 (or 0xD8D252) is unknown color: approx Manz. HEX triplet: D8, D2 and 52. RGB value is (216,210,82). Sum of RGB (Red+Green+Blue) = 216+210+82=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D252 is #272DAD. Grayscale: #C5C5C5. Windows color (decimal): -2567598 or 5427928. OLE color: 5427928.

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

Color convert

RGB21621082-
CMYK00.030.620.15
HSL57.31º63.21%58.43%-
HSV(B)57.31º62.04%84.71%-
XYZ52.8961.317.03-
YUV197.262.99141.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 210 (82.42% from 255) = 41.34%
BLUE value IS 82 (32.42% from 255) = 16.14%
R=42.52%
G=41.34%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162108200.030.620.1557.3163.2158.43
HexD8D252033EF393f3a
Octal330322122037617717772
Binary110110001101001010100100111111101111111001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D252; }

 p { color: rgb(216,210,82); }

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

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

 a { background-color: rgb(216,210,82); }

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

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

 span { border-color: rgb(216,210,82); }

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