Shades of Tulip Tree #DCAB46
Tints of Tulip Tree #DCAB46
RGB
CMYK
RGB Variations
Color information
#DCAB46 (or 0xDCAB46) is known color: Tulip Tree. HEX triplet: DC, AB and 46. RGB value is (220,171,70). Sum of RGB (Red+Green+Blue) = 220+171+70=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB46 is #2354B9. Grayscale: #AEAEAE. Windows color (decimal): -2315450 or 4631516. OLE color: 4631516.
HSL color Cylindrical-coordinate representation of color #DCAB46: hue angle of 40.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCAB46 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 70 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.14 |
| HSL | 40.4º | 0.68% | 0.57% | - |
| HSV(B) | 40.4º | 0.68% | 0.86% | - |
| XYZ | 45.18 | 44.78 | 12.06 | - |
| YUV | 174.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 70 | 0 | 0.22 | 0.68 | 0.14 | 40.4 | 0.68 | 0.57 |
| Hex | DC | AB | 46 | 0 | 16 | 44 | E | 28 | 44 | 39 |
| Octal | 334 | 253 | 106 | 0 | 26 | 104 | 16 | 50 | 104 | 71 |
| Binary | 11011100 | 10101011 | 1000110 | 0 | 10110 | 1000100 | 1110 | 101000 | 1000100 | 111001 |
Color Harmonies of #DCAB46
Complementary color
Monochromatic Colors of #DCAB46
Black with #DCAB46
Text Example
Text Example
White with #DCAB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB46; }
p { color: rgb(220,171,70); }
H1.HeaderClassName
{
color: #DCAB46;
}
.AnyTagClassName
{
color: #DCAB46;
}
</style>
background-color css
<style>
a { background-color: #DCAB46; }
a { background-color: rgb(220,171,70); }
div.DivClassName
{
background-color: #DCAB46;
}
.BgClassName
{
background-color: #DCAB46;
}
</style>
border-color css
<style>
span { border-color: #DCAB46; }
span { border-color: rgb(220,171,70); }
td.TdClassName
{
border-color: #DCAB46;
}
.TagClassName
{
border-color: #DCAB46;
}
</style>