#D3B655

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

Shades of Tacha #D3B655

Tints of Tacha #D3B655

Color information

#D3B655 (or 0xD3B655) is unknown color: approx Tacha. HEX triplet: D3, B6 and 55. RGB value is (211,182,85). Sum of RGB (Red+Green+Blue) = 211+182+85=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B655 is #2C49AA. Grayscale: #B4B4B4. Windows color (decimal): -2902443 or 5617363. OLE color: 5617363.

HSL color Cylindrical-coordinate representation of color #D3B655: hue angle of 46.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3B655 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21118285-
CMYK00.140.600.17
HSL46.19º58.88%58.04%-
HSV(B)46.19º59.72%82.75%-
XYZ45.2347.9615.47-
YUV179.6174.61150.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.14%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=44.14%
G=38.08%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111828500.140.600.1746.1958.8858.04
HexD3B6550E3C112e3b3a
Octal3232661250167421567372
Binary110100111011011010101010111011110010001101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B655; }

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

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

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

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

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

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

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

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