Shades of Tulip Tree #DCA938
Tints of Tulip Tree #DCA938
RGB
CMYK
RGB Variations
Color information
#DCA938 (or 0xDCA938) is known color: Tulip Tree. HEX triplet: DC, A9 and 38. RGB value is (220,169,56). Sum of RGB (Red+Green+Blue) = 220+169+56=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA938 is #2356C7. Grayscale: #ABABAB. Windows color (decimal): -2315976 or 3713500. OLE color: 3713500.
HSL color Cylindrical-coordinate representation of color #DCA938: hue angle of 41.34º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCA938 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 56 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.14 |
| HSL | 41.34º | 0.7% | 0.54% | - |
| HSV(B) | 41.34º | 0.75% | 0.86% | - |
| XYZ | 44.42 | 43.88 | 9.87 | - |
| YUV | 171.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 56 | 0 | 0.23 | 0.75 | 0.14 | 41.34 | 0.7 | 0.54 |
| Hex | DC | A9 | 38 | 0 | 17 | 4B | E | 29 | 46 | 36 |
| Octal | 334 | 251 | 70 | 0 | 27 | 113 | 16 | 51 | 106 | 66 |
| Binary | 11011100 | 10101001 | 111000 | 0 | 10111 | 1001011 | 1110 | 101001 | 1000110 | 110110 |
Color Harmonies of #DCA938
Complementary color
Monochromatic Colors of #DCA938
Black with #DCA938
Text Example
Text Example
White with #DCA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA938; }
p { color: rgb(220,169,56); }
H1.HeaderClassName
{
color: #DCA938;
}
.AnyTagClassName
{
color: #DCA938;
}
</style>
background-color css
<style>
a { background-color: #DCA938; }
a { background-color: rgb(220,169,56); }
div.DivClassName
{
background-color: #DCA938;
}
.BgClassName
{
background-color: #DCA938;
}
</style>
border-color css
<style>
span { border-color: #DCA938; }
span { border-color: rgb(220,169,56); }
td.TdClassName
{
border-color: #DCA938;
}
.TagClassName
{
border-color: #DCA938;
}
</style>