Shades of Tulip Tree #DCAB3A
Tints of Tulip Tree #DCAB3A
RGB
CMYK
RGB Variations
Color information
#DCAB3A (or 0xDCAB3A) is known color: Tulip Tree. HEX triplet: DC, AB and 3A. RGB value is (220,171,58). Sum of RGB (Red+Green+Blue) = 220+171+58=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB3A is #2354C5. Grayscale: #ADADAD. Windows color (decimal): -2315462 or 3845084. OLE color: 3845084.
HSL color Cylindrical-coordinate representation of color #DCAB3A: hue angle of 41.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCAB3A is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 58 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.14 |
| HSL | 41.85º | 0.7% | 0.55% | - |
| HSV(B) | 41.85º | 0.74% | 0.86% | - |
| XYZ | 44.84 | 44.65 | 10.26 | - |
| YUV | 172.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 58 | 0 | 0.22 | 0.74 | 0.14 | 41.85 | 0.7 | 0.55 |
| Hex | DC | AB | 3A | 0 | 16 | 4A | E | 2A | 46 | 37 |
| Octal | 334 | 253 | 72 | 0 | 26 | 112 | 16 | 52 | 106 | 67 |
| Binary | 11011100 | 10101011 | 111010 | 0 | 10110 | 1001010 | 1110 | 101010 | 1000110 | 110111 |
Color Harmonies of #DCAB3A
Complementary color
Monochromatic Colors of #DCAB3A
Black with #DCAB3A
Text Example
Text Example
White with #DCAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB3A; }
p { color: rgb(220,171,58); }
H1.HeaderClassName
{
color: #DCAB3A;
}
.AnyTagClassName
{
color: #DCAB3A;
}
</style>
background-color css
<style>
a { background-color: #DCAB3A; }
a { background-color: rgb(220,171,58); }
div.DivClassName
{
background-color: #DCAB3A;
}
.BgClassName
{
background-color: #DCAB3A;
}
</style>
border-color css
<style>
span { border-color: #DCAB3A; }
span { border-color: rgb(220,171,58); }
td.TdClassName
{
border-color: #DCAB3A;
}
.TagClassName
{
border-color: #DCAB3A;
}
</style>