#D3D15C

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

Shades of Manz #D3D15C

Tints of Manz #D3D15C

Color information

#D3D15C (or 0xD3D15C) is unknown color: approx Manz. HEX triplet: D3, D1 and 5C. RGB value is (211,209,92). Sum of RGB (Red+Green+Blue) = 211+209+92=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D15C is #2C2EA3. Grayscale: #C4C4C4. Windows color (decimal): -2895524 or 6083027. OLE color: 6083027.

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

Color convert

RGB21120992-
CMYK00.010.560.17
HSL58.99º57.49%59.41%-
HSV(B)58.99º56.4%82.75%-
XYZ51.660.2219.03-
YUV196.2669.16138.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 92 (36.33% from 255) = 17.97%
R=41.21%
G=40.82%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112099200.010.560.1758.9957.4959.41
HexD3D15C0138113b393b
Octal323321134017021737173
Binary110100111101000110111000111100010001111011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D15C; }

 p { color: rgb(211,209,92); }

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

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

 a { background-color: rgb(211,209,92); }

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

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

 span { border-color: rgb(211,209,92); }

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