#D7CE57

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

Shades of Manz #D7CE57

Tints of Manz #D7CE57

Color information

#D7CE57 (or 0xD7CE57) is unknown color: approx Manz. HEX triplet: D7, CE and 57. RGB value is (215,206,87). Sum of RGB (Red+Green+Blue) = 215+206+87=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE57 is #2831A8. Grayscale: #C3C3C3. Windows color (decimal): -2634153 or 5754583. OLE color: 5754583.

HSL color Cylindrical-coordinate representation of color #D7CE57: hue angle of 55.78º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7CE57 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21520687-
CMYK00.040.600.16
HSL55.78º61.54%59.22%-
HSV(B)55.78º59.53%84.31%-
XYZ51.8259.2817.73-
YUV195.1266.98142.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 87 (34.38% from 255) = 17.13%
R=42.32%
G=40.55%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152068700.040.600.1655.7861.5459.22
HexD7CE57043C10383e3b
Octal327316127047420707673
Binary11010111110011101010111010011110010000111000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE57; }

 p { color: rgb(215,206,87); }

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

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

 a { background-color: rgb(215,206,87); }

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

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

 span { border-color: rgb(215,206,87); }

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