#D5B863

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

Shades of Tacha #D5B863

Tints of Tacha #D5B863

Color information

#D5B863 (or 0xD5B863) is unknown color: approx Tacha. HEX triplet: D5, B8 and 63. RGB value is (213,184,99). Sum of RGB (Red+Green+Blue) = 213+184+99=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B863 is #2A479C. Grayscale: #B7B7B7. Windows color (decimal): -2770845 or 6535381. OLE color: 6535381.

HSL color Cylindrical-coordinate representation of color #D5B863: hue angle of 44.74º 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 #D5B863 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21318499-
CMYK00.140.540.16
HSL44.74º57.58%61.18%-
HSV(B)44.74º53.52%83.53%-
XYZ46.8349.3318.86-
YUV182.9880.61149.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=42.94%
G=37.10%
B=19.96%

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
Decimal2131849900.140.540.1644.7457.5861.18
HexD5B8630E36102d3a3d
Octal3252701430166620557275
Binary110101011011100011000110111011011010000101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B863; }

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

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

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

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

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

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

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

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