Shades of Tulip Tree #DCAD3A
Tints of Tulip Tree #DCAD3A
RGB
CMYK
RGB Variations
Color information
#DCAD3A (or 0xDCAD3A) is known color: Tulip Tree. HEX triplet: DC, AD and 3A. RGB value is (220,173,58). Sum of RGB (Red+Green+Blue) = 220+173+58=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD3A is #2352C5. Grayscale: #AEAEAE. Windows color (decimal): -2314950 or 3845596. OLE color: 3845596.
HSL color Cylindrical-coordinate representation of color #DCAD3A: hue angle of 42.59º 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 #DCAD3A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 58 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.14 |
| HSL | 42.59º | 0.7% | 0.55% | - |
| HSV(B) | 42.59º | 0.74% | 0.86% | - |
| XYZ | 45.22 | 45.41 | 10.38 | - |
| YUV | 173.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 58 | 0 | 0.21 | 0.74 | 0.14 | 42.59 | 0.7 | 0.55 |
| Hex | DC | AD | 3A | 0 | 15 | 4A | E | 2B | 46 | 37 |
| Octal | 334 | 255 | 72 | 0 | 25 | 112 | 16 | 53 | 106 | 67 |
| Binary | 11011100 | 10101101 | 111010 | 0 | 10101 | 1001010 | 1110 | 101011 | 1000110 | 110111 |
Color Harmonies of #DCAD3A
Complementary color
Monochromatic Colors of #DCAD3A
Black with #DCAD3A
Text Example
Text Example
White with #DCAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD3A; }
p { color: rgb(220,173,58); }
H1.HeaderClassName
{
color: #DCAD3A;
}
.AnyTagClassName
{
color: #DCAD3A;
}
</style>
background-color css
<style>
a { background-color: #DCAD3A; }
a { background-color: rgb(220,173,58); }
div.DivClassName
{
background-color: #DCAD3A;
}
.BgClassName
{
background-color: #DCAD3A;
}
</style>
border-color css
<style>
span { border-color: #DCAD3A; }
span { border-color: rgb(220,173,58); }
td.TdClassName
{
border-color: #DCAD3A;
}
.TagClassName
{
border-color: #DCAD3A;
}
</style>