#D3B565

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

Shades of Tacha #D3B565

Tints of Tacha #D3B565

Color information

#D3B565 (or 0xD3B565) is unknown color: approx Tacha. HEX triplet: D3, B5 and 65. RGB value is (211,181,101). Sum of RGB (Red+Green+Blue) = 211+181+101=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B565 is #2C4A9A. Grayscale: #B5B5B5. Windows color (decimal): -2902683 or 6665683. OLE color: 6665683.

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

Color convert

RGB211181101-
CMYK00.140.520.17
HSL43.64º55.56%61.18%-
HSV(B)43.64º52.13%82.75%-
XYZ45.7447.8419.13-
YUV180.8582.94149.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=42.80%
G=36.71%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118110100.140.520.1743.6455.5661.18
HexD3B5650E34112c383d
Octal3232651450166421547075
Binary110100111011010111001010111011010010001101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B565; }

 p { color: rgb(211,181,101); }

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

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

 a { background-color: rgb(211,181,101); }

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

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

 span { border-color: rgb(211,181,101); }

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