#D4BA65

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

Shades of Tacha #D4BA65

Tints of Tacha #D4BA65

Color information

#D4BA65 (or 0xD4BA65) is unknown color: approx Tacha. HEX triplet: D4, BA and 65. RGB value is (212,186,101). Sum of RGB (Red+Green+Blue) = 212+186+101=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA65 is #2B459A. Grayscale: #B8B8B8. Windows color (decimal): -2835867 or 6666964. OLE color: 6666964.

HSL color Cylindrical-coordinate representation of color #D4BA65: hue angle of 45.95º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4BA65 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212186101-
CMYK00.120.520.17
HSL45.95º56.35%61.37%-
HSV(B)45.95º52.36%83.14%-
XYZ47.0650.0519.49-
YUV184.0881.11147.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 101 (39.84% from 255) = 20.24%
R=42.48%
G=37.27%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218610100.120.520.1745.9556.3561.37
HexD4BA650C34112e383d
Octal3242721450146421567075
Binary110101001011101011001010110011010010001101110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA65; }

 p { color: rgb(212,186,101); }

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

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

 a { background-color: rgb(212,186,101); }

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

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

 span { border-color: rgb(212,186,101); }

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