Shades of Tulip Tree #DCAB44
Tints of Tulip Tree #DCAB44
RGB
CMYK
RGB Variations
Color information
#DCAB44 (or 0xDCAB44) is known color: Tulip Tree. HEX triplet: DC, AB and 44. RGB value is (220,171,68). Sum of RGB (Red+Green+Blue) = 220+171+68=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB44 is #2354BB. Grayscale: #AEAEAE. Windows color (decimal): -2315452 or 4500444. OLE color: 4500444.
HSL color Cylindrical-coordinate representation of color #DCAB44: hue angle of 40.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCAB44 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 68 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.14 |
| HSL | 40.66º | 0.68% | 0.56% | - |
| HSV(B) | 40.66º | 0.69% | 0.86% | - |
| XYZ | 45.12 | 44.76 | 11.73 | - |
| YUV | 173.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 68 | 0 | 0.22 | 0.69 | 0.14 | 40.66 | 0.68 | 0.56 |
| Hex | DC | AB | 44 | 0 | 16 | 45 | E | 29 | 44 | 38 |
| Octal | 334 | 253 | 104 | 0 | 26 | 105 | 16 | 51 | 104 | 70 |
| Binary | 11011100 | 10101011 | 1000100 | 0 | 10110 | 1000101 | 1110 | 101001 | 1000100 | 111000 |
Color Harmonies of #DCAB44
Complementary color
Monochromatic Colors of #DCAB44
Black with #DCAB44
Text Example
Text Example
White with #DCAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB44; }
p { color: rgb(220,171,68); }
H1.HeaderClassName
{
color: #DCAB44;
}
.AnyTagClassName
{
color: #DCAB44;
}
</style>
background-color css
<style>
a { background-color: #DCAB44; }
a { background-color: rgb(220,171,68); }
div.DivClassName
{
background-color: #DCAB44;
}
.BgClassName
{
background-color: #DCAB44;
}
</style>
border-color css
<style>
span { border-color: #DCAB44; }
span { border-color: rgb(220,171,68); }
td.TdClassName
{
border-color: #DCAB44;
}
.TagClassName
{
border-color: #DCAB44;
}
</style>