#D5D952

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

Shades of Manz #D5D952

Tints of Manz #D5D952

Color information

#D5D952 (or 0xD5D952) is unknown color: approx Manz. HEX triplet: D5, D9 and 52. RGB value is (213,217,82). Sum of RGB (Red+Green+Blue) = 213+217+82=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D952 is #2A26AD. Grayscale: #C8C8C8. Windows color (decimal): -2762414 or 5429717. OLE color: 5429717.

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

Color convert

RGB21321782-
CMYK0.0200.620.15
HSL61.78º63.98%58.63%-
HSV(B)61.78º62.21%85.1%-
XYZ53.7864.3817.58-
YUV200.4161.17136.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 82 (32.42% from 255) = 16.02%
R=41.60%
G=42.38%
B=16.02%

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
Decimal213217820.0200.620.1561.7863.9858.63
HexD5D952203EF3e403b
Octal3253311222076177610073
Binary1101010111011001101001010011111011111111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D952; }

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

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

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

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

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

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

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

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