#D5B861

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

Shades of Tacha #D5B861

Tints of Tacha #D5B861

Color information

#D5B861 (or 0xD5B861) is unknown color: approx Tacha. HEX triplet: D5, B8 and 61. RGB value is (213,184,97). Sum of RGB (Red+Green+Blue) = 213+184+97=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B861 is #2A479E. Grayscale: #B7B7B7. Windows color (decimal): -2770847 or 6404309. OLE color: 6404309.

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

Color convert

RGB21318497-
CMYK00.140.540.16
HSL45º58%60.78%-
HSV(B)45º54.46%83.53%-
XYZ46.7449.2918.36-
YUV182.7579.61149.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 97 (38.28% from 255) = 19.64%
R=43.12%
G=37.25%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131849700.140.540.16455860.78
HexD5B8610E36102d3a3d
Octal3252701410166620557275
Binary110101011011100011000010111011011010000101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B861; }

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

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

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

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

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

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

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

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