#D5BF63

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

Shades of Tacha #D5BF63

Tints of Tacha #D5BF63

Color information

#D5BF63 (or 0xD5BF63) is unknown color: approx Tacha. HEX triplet: D5, BF and 63. RGB value is (213,191,99). Sum of RGB (Red+Green+Blue) = 213+191+99=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF63 is #2A409C. Grayscale: #BBBBBB. Windows color (decimal): -2769053 or 6537173. OLE color: 6537173.

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

Color convert

RGB21319199-
CMYK00.100.540.16
HSL48.42º57.58%61.18%-
HSV(B)48.42º53.52%83.53%-
XYZ48.3252.3119.35-
YUV187.0978.29146.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=42.35%
G=37.97%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131919900.100.540.1648.4257.5861.18
HexD5BF630A3610303a3d
Octal3252771430126620607275
Binary110101011011111111000110101011011010000110000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BF63; }

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

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

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

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

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

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

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

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