#D8BA61

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

Shades of Tacha #D8BA61

Tints of Tacha #D8BA61

Color information

#D8BA61 (or 0xD8BA61) is unknown color: approx Tacha. HEX triplet: D8, BA and 61. RGB value is (216,186,97). Sum of RGB (Red+Green+Blue) = 216+186+97=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA61 is #27459E. Grayscale: #B9B9B9. Windows color (decimal): -2573727 or 6404824. OLE color: 6404824.

HSL color Cylindrical-coordinate representation of color #D8BA61: hue angle of 44.87º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8BA61 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21618697-
CMYK00.140.550.15
HSL44.87º60.41%61.37%-
HSV(B)44.87º55.09%84.71%-
XYZ48.0450.5818.54-
YUV184.8278.44150.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=43.29%
G=37.27%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161869700.140.550.1544.8760.4161.37
HexD8BA610E37F2d3c3d
Octal3302721410166717557475
Binary11011000101110101100001011101101111111101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA61; }

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

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

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

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

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

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

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

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