#D4D850

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

Shades of Manz #D4D850

Tints of Manz #D4D850

Color information

#D4D850 (or 0xD4D850) is unknown color: approx Manz. HEX triplet: D4, D8 and 50. RGB value is (212,216,80). Sum of RGB (Red+Green+Blue) = 212+216+80=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D850 is #2B27AF. Grayscale: #C7C7C7. Windows color (decimal): -2828208 or 5298388. OLE color: 5298388.

HSL color Cylindrical-coordinate representation of color #D4D850: hue angle of 61.76º 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 #D4D850 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB21221680-
CMYK0.0200.630.15
HSL61.76º63.55%58.04%-
HSV(B)61.76º62.96%84.71%-
XYZ53.1663.6917.08-
YUV199.360.67137.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212216800.0200.630.1561.7663.5558.04
HexD4D850203FF3e403a
Octal3243301202077177610072
Binary1101010011011000101000010011111111111111101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D850; }

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

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

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

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

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

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

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

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