#D2B853

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

Shades of Tacha #D2B853

Tints of Tacha #D2B853

Color information

#D2B853 (or 0xD2B853) is unknown color: approx Tacha. HEX triplet: D2, B8 and 53. RGB value is (210,184,83). Sum of RGB (Red+Green+Blue) = 210+184+83=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B853 is #2D47AC. Grayscale: #B4B4B4. Windows color (decimal): -2967469 or 5486802. OLE color: 5486802.

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

Color convert

RGB21018483-
CMYK00.120.600.18
HSL47.72º58.53%57.45%-
HSV(B)47.72º60.48%82.35%-
XYZ45.2848.6115.18-
YUV180.2673.11149.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 83 (32.81% from 255) = 17.40%
R=44.03%
G=38.57%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101848300.120.600.1847.7258.5357.45
HexD2B8530C3C12303b39
Octal3222701230147422607371
Binary110100101011100010100110110011110010010110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B853; }

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

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

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

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

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

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

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

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