#D4B861

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

Shades of Tacha #D4B861

Tints of Tacha #D4B861

Color information

#D4B861 (or 0xD4B861) is unknown color: approx Tacha. HEX triplet: D4, B8 and 61. RGB value is (212,184,97). Sum of RGB (Red+Green+Blue) = 212+184+97=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B861 is #2B479E. Grayscale: #B6B6B6. Windows color (decimal): -2836383 or 6404308. OLE color: 6404308.

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

Color convert

RGB21218497-
CMYK00.130.540.17
HSL45.39º57.21%60.59%-
HSV(B)45.39º54.25%83.14%-
XYZ46.4549.1418.35-
YUV182.4579.78149.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=43.00%
G=37.32%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121849700.130.540.1745.3957.2160.59
HexD4B8610D36112d393d
Octal3242701410156621557175
Binary110101001011100011000010110111011010001101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B861; }

 p { color: rgb(212,184,97); }

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

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

 a { background-color: rgb(212,184,97); }

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

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

 span { border-color: rgb(212,184,97); }

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