#DFBF5F

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

Shades of Tacha #DFBF5F

Tints of Tacha #DFBF5F

Color information

#DFBF5F (or 0xDFBF5F) is unknown color: approx Tacha. HEX triplet: DF, BF and 5F. RGB value is (223,191,95). Sum of RGB (Red+Green+Blue) = 223+191+95=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF5F is #2040A0. Grayscale: #BEBEBE. Windows color (decimal): -2113697 or 6275039. OLE color: 6275039.

HSL color Cylindrical-coordinate representation of color #DFBF5F: hue angle of 45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFBF5F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22319195-
CMYK00.140.570.13
HSL45º66.67%62.35%-
HSV(B)45º57.4%87.45%-
XYZ51.1353.7818.51-
YUV189.6274.6151.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=43.81%
G=37.52%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231919500.140.570.134566.6762.35
HexDFBF5F0E39D2d433e
Octal33727713701671155510376
Binary110111111011111110111110111011100111011011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF5F; }

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

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

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

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

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

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

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

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