#D5DA52

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

Shades of Manz #D5DA52

Tints of Manz #D5DA52

Color information

#D5DA52 (or 0xD5DA52) is unknown color: approx Manz. HEX triplet: D5, DA and 52. RGB value is (213,218,82). Sum of RGB (Red+Green+Blue) = 213+218+82=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA52 is #2A25AD. Grayscale: #C9C9C9. Windows color (decimal): -2762158 or 5429973. OLE color: 5429973.

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

Color convert

RGB21321882-
CMYK0.0200.620.15
HSL62.21º64.76%58.82%-
HSV(B)62.21º62.39%85.49%-
XYZ54.0364.917.66-
YUV20160.84136.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=41.52%
G=42.50%
B=15.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213218820.0200.620.1562.2164.7658.82
HexD5DA52203EF3e413b
Octal3253321222076177610173
Binary1101010111011010101001010011111011111111101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA52; }

 p { color: rgb(213,218,82); }

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

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

 a { background-color: rgb(213,218,82); }

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

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

 span { border-color: rgb(213,218,82); }

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