Shades of Tacha #DFBD5C
Tints of Tacha #DFBD5C
RGB
CMYK
RGB Variations
Color information
#DFBD5C (or 0xDFBD5C) is known color: Tacha. HEX triplet: DF, BD and 5C. RGB value is (223,189,92). Sum of RGB (Red+Green+Blue) = 223+189+92=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD5C is #2042A3. Grayscale: #BCBCBC. Windows color (decimal): -2114212 or 6077919. OLE color: 6077919.
HSL color Cylindrical-coordinate representation of color #DFBD5C: hue angle of 44.43º 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 #DFBD5C is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 92 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.13 |
| HSL | 44.43º | 0.67% | 0.62% | - |
| HSV(B) | 44.43º | 0.59% | 0.87% | - |
| XYZ | 50.56 | 52.86 | 17.66 | - |
| YUV | 188.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 92 | 0 | 0.15 | 0.59 | 0.13 | 44.43 | 0.67 | 0.62 |
| Hex | DF | BD | 5C | 0 | F | 3B | D | 2C | 43 | 3E |
| Octal | 337 | 275 | 134 | 0 | 17 | 73 | 15 | 54 | 103 | 76 |
| Binary | 11011111 | 10111101 | 1011100 | 0 | 1111 | 111011 | 1101 | 101100 | 1000011 | 111110 |
Color Harmonies of #DFBD5C
Complementary color
Monochromatic Colors of #DFBD5C
Black with #DFBD5C
Text Example
Text Example
White with #DFBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD5C; }
p { color: rgb(223,189,92); }
H1.HeaderClassName
{
color: #DFBD5C;
}
.AnyTagClassName
{
color: #DFBD5C;
}
</style>
background-color css
<style>
a { background-color: #DFBD5C; }
a { background-color: rgb(223,189,92); }
div.DivClassName
{
background-color: #DFBD5C;
}
.BgClassName
{
background-color: #DFBD5C;
}
</style>
border-color css
<style>
span { border-color: #DFBD5C; }
span { border-color: rgb(223,189,92); }
td.TdClassName
{
border-color: #DFBD5C;
}
.TagClassName
{
border-color: #DFBD5C;
}
</style>