#d4db51

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

Shades of Manz #D4DB51

Tints of Manz #D4DB51

Color information

#D4DB51 (or 0xD4DB51) is unknown color: approx Manz. HEX triplet: D4, DB and 51. RGB value is (212,219,81). Sum of RGB (Red+Green+Blue) = 212+219+81=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DB51 is #2B24AE. Grayscale: #C9C9C9. Windows color (decimal): -2827439 or 5364692. OLE color: 5364692.

HSL color Cylindrical-coordinate representation of color #D4DB51: hue angle of 63.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4DB51 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB21221981-
CMYK0.0300.630.14
HSL63.04º65.71%58.82%-
HSV(B)63.04º63.01%85.88%-
XYZ53.9765.2517.54-
YUV201.1860.18135.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 81 (32.03% from 255) = 15.82%
R=41.41%
G=42.77%
B=15.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal212219810.0300.630.1463.0465.7158.82
HexD4DB51303FE3f423b
Octal3243331213077167710273
Binary1101010011011011101000111011111111101111111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4db51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4db51; }

 p { color: rgb(212,219,81); }

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

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

 a { background-color: rgb(212,219,81); }

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

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

 span { border-color: rgb(212,219,81); }

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