#D8CD60

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

Shades of Manz #D8CD60

Tints of Manz #D8CD60

Color information

#D8CD60 (or 0xD8CD60) is unknown color: approx Manz. HEX triplet: D8, CD and 60. RGB value is (216,205,96). Sum of RGB (Red+Green+Blue) = 216+205+96=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD60 is #27329F. Grayscale: #C4C4C4. Windows color (decimal): -2568864 or 6344152. OLE color: 6344152.

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

Color convert

RGB21620596-
CMYK00.050.560.15
HSL54.5º60.61%61.18%-
HSV(B)54.5º55.56%84.71%-
XYZ52.2659.1119.72-
YUV195.8671.64142.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=41.78%
G=39.65%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162059600.050.560.1554.560.6161.18
HexD8CD600538F363d3d
Octal330315140057017667575
Binary1101100011001101110000001011110001111110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD60; }

 p { color: rgb(216,205,96); }

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

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

 a { background-color: rgb(216,205,96); }

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

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

 span { border-color: rgb(216,205,96); }

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