#D8CD61

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

Shades of Manz #D8CD61

Tints of Manz #D8CD61

Color information

#D8CD61 (or 0xD8CD61) is unknown color: approx Manz. HEX triplet: D8, CD and 61. RGB value is (216,205,97). Sum of RGB (Red+Green+Blue) = 216+205+97=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD61 is #27329E. Grayscale: #C4C4C4. Windows color (decimal): -2568863 or 6409688. OLE color: 6409688.

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

Color convert

RGB21620597-
CMYK00.050.550.15
HSL54.45º60.41%61.37%-
HSV(B)54.45º55.09%84.71%-
XYZ52.3159.1219.96-
YUV195.9872.14142.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=41.70%
G=39.58%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162059700.050.550.1554.4560.4161.37
HexD8CD610537F363c3d
Octal330315141056717667475
Binary1101100011001101110000101011101111111110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD61; }

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

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

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

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

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

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

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

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