#D8CC5F

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

Shades of Manz #D8CC5F

Tints of Manz #D8CC5F

Color information

#D8CC5F (or 0xD8CC5F) is unknown color: approx Manz. HEX triplet: D8, CC and 5F. RGB value is (216,204,95). Sum of RGB (Red+Green+Blue) = 216+204+95=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC5F is #2733A0. Grayscale: #C3C3C3. Windows color (decimal): -2569121 or 6278360. OLE color: 6278360.

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

Color convert

RGB21620495-
CMYK00.060.560.15
HSL54.05º60.8%60.98%-
HSV(B)54.05º56.02%84.71%-
XYZ51.9858.6119.4-
YUV195.1671.48142.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=41.94%
G=39.61%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162049500.060.560.1554.0560.860.98
HexD8CC5F0638F363d3d
Octal330314137067017667575
Binary1101100011001100101111101101110001111110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC5F; }

 p { color: rgb(216,204,95); }

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

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

 a { background-color: rgb(216,204,95); }

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

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

 span { border-color: rgb(216,204,95); }

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