#D7CC5F

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

Shades of Manz #D7CC5F

Tints of Manz #D7CC5F

Color information

#D7CC5F (or 0xD7CC5F) is unknown color: approx Manz. HEX triplet: D7, CC and 5F. RGB value is (215,204,95). Sum of RGB (Red+Green+Blue) = 215+204+95=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC5F is #2833A0. Grayscale: #C3C3C3. Windows color (decimal): -2634657 or 6278359. OLE color: 6278359.

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

Color convert

RGB21520495-
CMYK00.050.560.16
HSL54.5º60%60.78%-
HSV(B)54.5º55.81%84.31%-
XYZ51.6858.4619.39-
YUV194.8671.64142.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 95 (37.5% from 255) = 18.48%
R=41.83%
G=39.69%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152049500.050.560.1654.56060.78
HexD7CC5F053810363c3d
Octal327314137057020667475
Binary11010111110011001011111010111100010000110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC5F; }

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

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

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

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

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

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

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

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