#D8D450

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

Shades of Manz #D8D450

Tints of Manz #D8D450

Color information

#D8D450 (or 0xD8D450) is unknown color: approx Manz. HEX triplet: D8, D4 and 50. RGB value is (216,212,80). Sum of RGB (Red+Green+Blue) = 216+212+80=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D450 is #272BAF. Grayscale: #C6C6C6. Windows color (decimal): -2567088 or 5297368. OLE color: 5297368.

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

Color convert

RGB21621280-
CMYK00.020.630.15
HSL58.24º63.55%58.04%-
HSV(B)58.24º62.96%84.71%-
XYZ53.3162.2716.8-
YUV198.1561.33140.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 212 (83.20% from 255) = 41.73%
BLUE value IS 80 (31.64% from 255) = 15.75%
R=42.52%
G=41.73%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162128000.020.630.1558.2463.5558.04
HexD8D450023FF3a403a
Octal3303241200277177210072
Binary1101100011010100101000001011111111111110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D450; }

 p { color: rgb(216,212,80); }

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

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

 a { background-color: rgb(216,212,80); }

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

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

 span { border-color: rgb(216,212,80); }

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