#D7DA53

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

Shades of Manz #D7DA53

Tints of Manz #D7DA53

Color information

#D7DA53 (or 0xD7DA53) is unknown color: approx Manz. HEX triplet: D7, DA and 53. RGB value is (215,218,83). Sum of RGB (Red+Green+Blue) = 215+218+83=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DA53 is #2825AC. Grayscale: #CACACA. Windows color (decimal): -2631085 or 5495511. OLE color: 5495511.

HSL color Cylindrical-coordinate representation of color #D7DA53: hue angle of 61.33º degrees, saturation: 0.65, 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 #D7DA53 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21521883-
CMYK0.0100.620.15
HSL61.33º64.59%59.02%-
HSV(B)61.33º61.93%85.49%-
XYZ54.6665.2117.89-
YUV201.7161.01137.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 218 (85.55% from 255) = 42.25%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=41.67%
G=42.25%
B=16.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215218830.0100.620.1561.3364.5959.02
HexD7DA53103EF3d413b
Octal3273321231076177510173
Binary110101111101101010100111011111011111111011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA53; }

 p { color: rgb(215,218,83); }

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

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

 a { background-color: rgb(215,218,83); }

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

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

 span { border-color: rgb(215,218,83); }

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