Shades of Tulip Tree #DCAC42
Tints of Tulip Tree #DCAC42
RGB
CMYK
RGB Variations
Color information
#DCAC42 (or 0xDCAC42) is known color: Tulip Tree. HEX triplet: DC, AC and 42. RGB value is (220,172,66). Sum of RGB (Red+Green+Blue) = 220+172+66=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC42 is #2353BD. Grayscale: #AEAEAE. Windows color (decimal): -2315198 or 4369628. OLE color: 4369628.
HSL color Cylindrical-coordinate representation of color #DCAC42: hue angle of 41.3º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCAC42 is Cyan = 0, Magento = 0.22, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 66 | - |
| CMYK | 0 | 0.22 | 0.7 | 0.14 |
| HSL | 41.3º | 0.69% | 0.56% | - |
| HSV(B) | 41.3º | 0.7% | 0.86% | - |
| XYZ | 45.25 | 45.11 | 11.48 | - |
| YUV | 174.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 66 | 0 | 0.22 | 0.7 | 0.14 | 41.3 | 0.69 | 0.56 |
| Hex | DC | AC | 42 | 0 | 16 | 46 | E | 29 | 45 | 38 |
| Octal | 334 | 254 | 102 | 0 | 26 | 106 | 16 | 51 | 105 | 70 |
| Binary | 11011100 | 10101100 | 1000010 | 0 | 10110 | 1000110 | 1110 | 101001 | 1000101 | 111000 |
Color Harmonies of #DCAC42
Complementary color
Monochromatic Colors of #DCAC42
Black with #DCAC42
Text Example
Text Example
White with #DCAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC42; }
p { color: rgb(220,172,66); }
H1.HeaderClassName
{
color: #DCAC42;
}
.AnyTagClassName
{
color: #DCAC42;
}
</style>
background-color css
<style>
a { background-color: #DCAC42; }
a { background-color: rgb(220,172,66); }
div.DivClassName
{
background-color: #DCAC42;
}
.BgClassName
{
background-color: #DCAC42;
}
</style>
border-color css
<style>
span { border-color: #DCAC42; }
span { border-color: rgb(220,172,66); }
td.TdClassName
{
border-color: #DCAC42;
}
.TagClassName
{
border-color: #DCAC42;
}
</style>