Shades of Tulip Tree #DCAE44
Tints of Tulip Tree #DCAE44
RGB
CMYK
RGB Variations
Color information
#DCAE44 (or 0xDCAE44) is known color: Tulip Tree. HEX triplet: DC, AE and 44. RGB value is (220,174,68). Sum of RGB (Red+Green+Blue) = 220+174+68=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE44 is #2351BB. Grayscale: #B0B0B0. Windows color (decimal): -2314684 or 4501212. OLE color: 4501212.
HSL color Cylindrical-coordinate representation of color #DCAE44: hue angle of 41.84º 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 #DCAE44 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 68 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.14 |
| HSL | 41.84º | 0.68% | 0.56% | - |
| HSV(B) | 41.84º | 0.69% | 0.86% | - |
| XYZ | 45.69 | 45.91 | 11.92 | - |
| YUV | 175.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 68 | 0 | 0.21 | 0.69 | 0.14 | 41.84 | 0.68 | 0.56 |
| Hex | DC | AE | 44 | 0 | 15 | 45 | E | 2A | 44 | 38 |
| Octal | 334 | 256 | 104 | 0 | 25 | 105 | 16 | 52 | 104 | 70 |
| Binary | 11011100 | 10101110 | 1000100 | 0 | 10101 | 1000101 | 1110 | 101010 | 1000100 | 111000 |
Color Harmonies of #DCAE44
Complementary color
Monochromatic Colors of #DCAE44
Black with #DCAE44
Text Example
Text Example
White with #DCAE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE44; }
p { color: rgb(220,174,68); }
H1.HeaderClassName
{
color: #DCAE44;
}
.AnyTagClassName
{
color: #DCAE44;
}
</style>
background-color css
<style>
a { background-color: #DCAE44; }
a { background-color: rgb(220,174,68); }
div.DivClassName
{
background-color: #DCAE44;
}
.BgClassName
{
background-color: #DCAE44;
}
</style>
border-color css
<style>
span { border-color: #DCAE44; }
span { border-color: rgb(220,174,68); }
td.TdClassName
{
border-color: #DCAE44;
}
.TagClassName
{
border-color: #DCAE44;
}
</style>