#D9D360

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

Shades of Manz #D9D360

Tints of Manz #D9D360

Color information

#D9D360 (or 0xD9D360) is unknown color: approx Manz. HEX triplet: D9, D3 and 60. RGB value is (217,211,96). Sum of RGB (Red+Green+Blue) = 217+211+96=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D360 is #262C9F. Grayscale: #C8C8C8. Windows color (decimal): -2501792 or 6345689. OLE color: 6345689.

HSL color Cylindrical-coordinate representation of color #D9D360: hue angle of 57.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9D360 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21721196-
CMYK00.030.560.15
HSL57.02º61.42%61.37%-
HSV(B)57.02º55.76%85.1%-
XYZ54.0262.1820.22-
YUV199.6869.49140.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 211 (82.81% from 255) = 40.27%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=41.41%
G=40.27%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172119600.030.560.1557.0261.4261.37
HexD9D3600338F393d3d
Octal331323140037017717575
Binary110110011101001111000000111110001111111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D360; }

 p { color: rgb(217,211,96); }

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

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

 a { background-color: rgb(217,211,96); }

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

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

 span { border-color: rgb(217,211,96); }

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