#D2BA61

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

Shades of Tacha #D2BA61

Tints of Tacha #D2BA61

Color information

#D2BA61 (or 0xD2BA61) is unknown color: approx Tacha. HEX triplet: D2, BA and 61. RGB value is (210,186,97). Sum of RGB (Red+Green+Blue) = 210+186+97=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA61 is #2D459E. Grayscale: #B7B7B7. Windows color (decimal): -2966943 or 6404818. OLE color: 6404818.

HSL color Cylindrical-coordinate representation of color #D2BA61: hue angle of 47.26º 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 #D2BA61 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21018697-
CMYK00.110.540.18
HSL47.26º55.67%60.2%-
HSV(B)47.26º53.81%82.35%-
XYZ46.2949.6818.46-
YUV183.0379.45147.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=42.60%
G=37.73%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101869700.110.540.1847.2655.6760.2
HexD2BA610B36122f383c
Octal3222721410136622577074
Binary110100101011101011000010101111011010010101111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA61; }

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

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

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

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

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

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

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

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