#D3CE5E

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

Shades of Manz #D3CE5E

Tints of Manz #D3CE5E

Color information

#D3CE5E (or 0xD3CE5E) is unknown color: approx Manz. HEX triplet: D3, CE and 5E. RGB value is (211,206,94). Sum of RGB (Red+Green+Blue) = 211+206+94=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE5E is #2C31A1. Grayscale: #C3C3C3. Windows color (decimal): -2896290 or 6213331. OLE color: 6213331.

HSL color Cylindrical-coordinate representation of color #D3CE5E: hue angle of 57.44º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3CE5E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21120694-
CMYK00.020.550.17
HSL57.44º57.07%59.8%-
HSV(B)57.44º55.45%82.75%-
XYZ50.9658.819.25-
YUV194.7371.16139.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 94 (37.11% from 255) = 18.40%
R=41.29%
G=40.31%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112069400.020.550.1757.4457.0759.8
HexD3CE5E02371139393c
Octal323316136026721717174
Binary1101001111001110101111001011011110001111001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE5E; }

 p { color: rgb(211,206,94); }

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

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

 a { background-color: rgb(211,206,94); }

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

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

 span { border-color: rgb(211,206,94); }

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