#D5BF5F

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

Shades of Tacha #D5BF5F

Tints of Tacha #D5BF5F

Color information

#D5BF5F (or 0xD5BF5F) is unknown color: approx Tacha. HEX triplet: D5, BF and 5F. RGB value is (213,191,95). Sum of RGB (Red+Green+Blue) = 213+191+95=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF5F is #2A40A0. Grayscale: #BBBBBB. Windows color (decimal): -2769057 or 6275029. OLE color: 6275029.

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

Color convert

RGB21319195-
CMYK00.100.550.16
HSL48.81º58.42%60.39%-
HSV(B)48.81º55.4%83.53%-
XYZ48.1452.2318.37-
YUV186.6376.29146.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=42.69%
G=38.28%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131919500.100.550.1648.8158.4260.39
HexD5BF5F0A3710313a3c
Octal3252771370126720617274
Binary110101011011111110111110101011011110000110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BF5F; }

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

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

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

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

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

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

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

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