Shades of Tulip Tree #DCAC43
Tints of Tulip Tree #DCAC43
RGB
CMYK
RGB Variations
Color information
#DCAC43 (or 0xDCAC43) is known color: Tulip Tree. HEX triplet: DC, AC and 43. RGB value is (220,172,67). Sum of RGB (Red+Green+Blue) = 220+172+67=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC43 is #2353BC. Grayscale: #AEAEAE. Windows color (decimal): -2315197 or 4435164. OLE color: 4435164.
HSL color Cylindrical-coordinate representation of color #DCAC43: hue angle of 41.18º 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 #DCAC43 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 67 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.14 |
| HSL | 41.18º | 0.69% | 0.56% | - |
| HSV(B) | 41.18º | 0.7% | 0.86% | - |
| XYZ | 45.28 | 45.13 | 11.63 | - |
| YUV | 174.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 67 | 0 | 0.22 | 0.70 | 0.14 | 41.18 | 0.69 | 0.56 |
| Hex | DC | AC | 43 | 0 | 16 | 46 | E | 29 | 45 | 38 |
| Octal | 334 | 254 | 103 | 0 | 26 | 106 | 16 | 51 | 105 | 70 |
| Binary | 11011100 | 10101100 | 1000011 | 0 | 10110 | 1000110 | 1110 | 101001 | 1000101 | 111000 |
Color Harmonies of #DCAC43
Complementary color
Monochromatic Colors of #DCAC43
Black with #DCAC43
Text Example
Text Example
White with #DCAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC43; }
p { color: rgb(220,172,67); }
H1.HeaderClassName
{
color: #DCAC43;
}
.AnyTagClassName
{
color: #DCAC43;
}
</style>
background-color css
<style>
a { background-color: #DCAC43; }
a { background-color: rgb(220,172,67); }
div.DivClassName
{
background-color: #DCAC43;
}
.BgClassName
{
background-color: #DCAC43;
}
</style>
border-color css
<style>
span { border-color: #DCAC43; }
span { border-color: rgb(220,172,67); }
td.TdClassName
{
border-color: #DCAC43;
}
.TagClassName
{
border-color: #DCAC43;
}
</style>