Shades of Tacha #DFBD5B
Tints of Tacha #DFBD5B
RGB
CMYK
RGB Variations
Color information
#DFBD5B (or 0xDFBD5B) is known color: Tacha. HEX triplet: DF, BD and 5B. RGB value is (223,189,91). Sum of RGB (Red+Green+Blue) = 223+189+91=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD5B is #2042A4. Grayscale: #BCBCBC. Windows color (decimal): -2114213 or 6012383. OLE color: 6012383.
HSL color Cylindrical-coordinate representation of color #DFBD5B: hue angle of 44.55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFBD5B is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 91 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.13 |
| HSL | 44.55º | 0.67% | 0.62% | - |
| HSV(B) | 44.55º | 0.59% | 0.87% | - |
| XYZ | 50.52 | 52.84 | 17.43 | - |
| YUV | 187.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 91 | 0 | 0.15 | 0.59 | 0.13 | 44.55 | 0.67 | 0.62 |
| Hex | DF | BD | 5B | 0 | F | 3B | D | 2D | 43 | 3E |
| Octal | 337 | 275 | 133 | 0 | 17 | 73 | 15 | 55 | 103 | 76 |
| Binary | 11011111 | 10111101 | 1011011 | 0 | 1111 | 111011 | 1101 | 101101 | 1000011 | 111110 |
Color Harmonies of #DFBD5B
Complementary color
Monochromatic Colors of #DFBD5B
Black with #DFBD5B
Text Example
Text Example
White with #DFBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD5B; }
p { color: rgb(223,189,91); }
H1.HeaderClassName
{
color: #DFBD5B;
}
.AnyTagClassName
{
color: #DFBD5B;
}
</style>
background-color css
<style>
a { background-color: #DFBD5B; }
a { background-color: rgb(223,189,91); }
div.DivClassName
{
background-color: #DFBD5B;
}
.BgClassName
{
background-color: #DFBD5B;
}
</style>
border-color css
<style>
span { border-color: #DFBD5B; }
span { border-color: rgb(223,189,91); }
td.TdClassName
{
border-color: #DFBD5B;
}
.TagClassName
{
border-color: #DFBD5B;
}
</style>