Shades of Tacha #D3B452
Tints of Tacha #D3B452
RGB
CMYK
RGB Variations
Color information
#D3B452 (or 0xD3B452) is known color: Tacha. HEX triplet: D3, B4 and 52. RGB value is (211,180,82). Sum of RGB (Red+Green+Blue) = 211+180+82=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B452 is #2C4BAD. Grayscale: #B2B2B2. Windows color (decimal): -2902958 or 5420243. OLE color: 5420243.
HSL color Cylindrical-coordinate representation of color #D3B452: hue angle of 45.58º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3B452 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 82 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.17 |
| HSL | 45.58º | 0.59% | 0.57% | - |
| HSV(B) | 45.58º | 0.61% | 0.83% | - |
| XYZ | 44.71 | 47.1 | 14.72 | - |
| YUV | 178.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 82 | 0 | 0.15 | 0.61 | 0.17 | 45.58 | 0.59 | 0.57 |
| Hex | D3 | B4 | 52 | 0 | F | 3D | 11 | 2E | 3B | 39 |
| Octal | 323 | 264 | 122 | 0 | 17 | 75 | 21 | 56 | 73 | 71 |
| Binary | 11010011 | 10110100 | 1010010 | 0 | 1111 | 111101 | 10001 | 101110 | 111011 | 111001 |
Color Harmonies of #D3B452
Complementary color
Monochromatic Colors of #D3B452
Black with #D3B452
Text Example
Text Example
White with #D3B452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B452; }
p { color: rgb(211,180,82); }
H1.HeaderClassName
{
color: #D3B452;
}
.AnyTagClassName
{
color: #D3B452;
}
</style>
background-color css
<style>
a { background-color: #D3B452; }
a { background-color: rgb(211,180,82); }
div.DivClassName
{
background-color: #D3B452;
}
.BgClassName
{
background-color: #D3B452;
}
</style>
border-color css
<style>
span { border-color: #D3B452; }
span { border-color: rgb(211,180,82); }
td.TdClassName
{
border-color: #D3B452;
}
.TagClassName
{
border-color: #D3B452;
}
</style>