Shades of Tulip Tree #DCAE3A
Tints of Tulip Tree #DCAE3A
RGB
CMYK
RGB Variations
Color information
#DCAE3A (or 0xDCAE3A) is known color: Tulip Tree. HEX triplet: DC, AE and 3A. RGB value is (220,174,58). Sum of RGB (Red+Green+Blue) = 220+174+58=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE3A is #2351C5. Grayscale: #AFAFAF. Windows color (decimal): -2314694 or 3845852. OLE color: 3845852.
HSL color Cylindrical-coordinate representation of color #DCAE3A: hue angle of 42.96º 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 #DCAE3A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 58 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.14 |
| HSL | 42.96º | 0.7% | 0.55% | - |
| HSV(B) | 42.96º | 0.74% | 0.86% | - |
| XYZ | 45.41 | 45.79 | 10.45 | - |
| YUV | 174.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 58 | 0 | 0.21 | 0.74 | 0.14 | 42.96 | 0.7 | 0.55 |
| Hex | DC | AE | 3A | 0 | 15 | 4A | E | 2B | 46 | 37 |
| Octal | 334 | 256 | 72 | 0 | 25 | 112 | 16 | 53 | 106 | 67 |
| Binary | 11011100 | 10101110 | 111010 | 0 | 10101 | 1001010 | 1110 | 101011 | 1000110 | 110111 |
Color Harmonies of #DCAE3A
Complementary color
Monochromatic Colors of #DCAE3A
Black with #DCAE3A
Text Example
Text Example
White with #DCAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE3A; }
p { color: rgb(220,174,58); }
H1.HeaderClassName
{
color: #DCAE3A;
}
.AnyTagClassName
{
color: #DCAE3A;
}
</style>
background-color css
<style>
a { background-color: #DCAE3A; }
a { background-color: rgb(220,174,58); }
div.DivClassName
{
background-color: #DCAE3A;
}
.BgClassName
{
background-color: #DCAE3A;
}
</style>
border-color css
<style>
span { border-color: #DCAE3A; }
span { border-color: rgb(220,174,58); }
td.TdClassName
{
border-color: #DCAE3A;
}
.TagClassName
{
border-color: #DCAE3A;
}
</style>