#d5dc52

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

Shades of Manz #D5DC52

Tints of Manz #D5DC52

Color information

#D5DC52 (or 0xD5DC52) is unknown color: approx Manz. HEX triplet: D5, DC and 52. RGB value is (213,220,82). Sum of RGB (Red+Green+Blue) = 213+220+82=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC52 is #2A23AD. Grayscale: #CACACA. Windows color (decimal): -2761646 or 5430485. OLE color: 5430485.

HSL color Cylindrical-coordinate representation of color #D5DC52: 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 #D5DC52 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB21322082-
CMYK0.0300.630.14
HSL63.04º66.35%59.22%-
HSV(B)63.04º62.73%86.27%-
XYZ54.5665.9417.84-
YUV202.1860.18135.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 82 (32.42% from 255) = 15.92%
R=41.36%
G=42.72%
B=15.92%

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
Decimal213220820.0300.630.1463.0466.3559.22
HexD5DC52303FE3f423b
Octal3253341223077167710273
Binary1101010111011100101001011011111111101111111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5dc52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5dc52; }

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

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

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

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

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

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

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

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