Shades of Tacha #DDBF5F
Tints of Tacha #DDBF5F
RGB
CMYK
RGB Variations
Color information
#DDBF5F (or 0xDDBF5F) is known color: Tacha. HEX triplet: DD, BF and 5F. RGB value is (221,191,95). Sum of RGB (Red+Green+Blue) = 221+191+95=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF5F is #2240A0. Grayscale: #BDBDBD. Windows color (decimal): -2244769 or 6275037. OLE color: 6275037.
HSL color Cylindrical-coordinate representation of color #DDBF5F: hue angle of 45.71º degrees, saturation: 0.65, 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 #DDBF5F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 95 | - |
CMYK | 0 | 0.14 | 0.57 | 0.13 |
HSL | 45.71º | 0.65% | 0.62% | - |
HSV(B) | 45.71º | 0.57% | 0.87% | - |
XYZ | 50.52 | 53.46 | 18.48 | - |
YUV | 189.03 | 74.94 | 150.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 95 | 0 | 0.14 | 0.57 | 0.13 | 45.71 | 0.65 | 0.62 |
Hex | DD | BF | 5F | 0 | E | 39 | D | 2E | 41 | 3E |
Octal | 335 | 277 | 137 | 0 | 16 | 71 | 15 | 56 | 101 | 76 |
Binary | 11011101 | 10111111 | 1011111 | 0 | 1110 | 111001 | 1101 | 101110 | 1000001 | 111110 |
Color Harmonies of #DDBF5F
Complementary color
Monochromatic Colors of #DDBF5F
Black with #DDBF5F
Text Example
Text Example
White with #DDBF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF5F; }
p { color: rgb(221,191,95); }
H1.HeaderClassName
{
color: #DDBF5F;
}
.AnyTagClassName
{
color: #DDBF5F;
}
</style>
background-color css
<style>
a { background-color: #DDBF5F; }
a { background-color: rgb(221,191,95); }
div.DivClassName
{
background-color: #DDBF5F;
}
.BgClassName
{
background-color: #DDBF5F;
}
</style>
border-color css
<style>
span { border-color: #DDBF5F; }
span { border-color: rgb(221,191,95); }
td.TdClassName
{
border-color: #DDBF5F;
}
.TagClassName
{
border-color: #DDBF5F;
}
</style>