#D3B665

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

Shades of Tacha #D3B665

Tints of Tacha #D3B665

Color information

#D3B665 (or 0xD3B665) is unknown color: approx Tacha. HEX triplet: D3, B6 and 65. RGB value is (211,182,101). Sum of RGB (Red+Green+Blue) = 211+182+101=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B665 is #2C499A. Grayscale: #B5B5B5. Windows color (decimal): -2902427 or 6665939. OLE color: 6665939.

HSL color Cylindrical-coordinate representation of color #D3B665: hue angle of 44.18º 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 #D3B665 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211182101-
CMYK00.140.520.17
HSL44.18º55.56%61.18%-
HSV(B)44.18º52.13%82.75%-
XYZ45.9448.2419.2-
YUV181.4482.61149.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=42.71%
G=36.84%
B=20.45%

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
Decimal21118210100.140.520.1744.1855.5661.18
HexD3B6650E34112c383d
Octal3232661450166421547075
Binary110100111011011011001010111011010010001101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B665; }

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

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

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

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

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

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

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

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