#D2B861

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

Shades of Tacha #D2B861

Tints of Tacha #D2B861

Color information

#D2B861 (or 0xD2B861) is unknown color: approx Tacha. HEX triplet: D2, B8 and 61. RGB value is (210,184,97). Sum of RGB (Red+Green+Blue) = 210+184+97=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B861 is #2D479E. Grayscale: #B6B6B6. Windows color (decimal): -2967455 or 6404306. OLE color: 6404306.

HSL color Cylindrical-coordinate representation of color #D2B861: hue angle of 46.19º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2B861 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21018497-
CMYK00.120.540.18
HSL46.19º55.67%60.2%-
HSV(B)46.19º53.81%82.35%-
XYZ45.8848.8518.32-
YUV181.8680.11148.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 97 (38.28% from 255) = 19.76%
R=42.77%
G=37.47%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101849700.120.540.1846.1955.6760.2
HexD2B8610C36122e383c
Octal3222701410146622567074
Binary110100101011100011000010110011011010010101110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B861; }

 p { color: rgb(210,184,97); }

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

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

 a { background-color: rgb(210,184,97); }

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

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

 span { border-color: rgb(210,184,97); }

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