#D8BA60

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

Shades of Tacha #D8BA60

Tints of Tacha #D8BA60

Color information

#D8BA60 (or 0xD8BA60) is unknown color: approx Tacha. HEX triplet: D8, BA and 60. RGB value is (216,186,96). Sum of RGB (Red+Green+Blue) = 216+186+96=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA60 is #27459F. Grayscale: #B9B9B9. Windows color (decimal): -2573728 or 6339288. OLE color: 6339288.

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

Color convert

RGB21618696-
CMYK00.140.560.15
HSL45º60.61%61.18%-
HSV(B)45º55.56%84.71%-
XYZ47.9950.5618.3-
YUV184.7177.94150.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 96 (37.89% from 255) = 19.28%
R=43.37%
G=37.35%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161869600.140.560.154560.6161.18
HexD8BA600E38F2d3d3d
Octal3302721400167017557575
Binary11011000101110101100000011101110001111101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA60; }

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

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

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

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

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

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

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

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