Shades of Tulip Tree #DCAF47
Tints of Tulip Tree #DCAF47
RGB
CMYK
RGB Variations
Color information
#DCAF47 (or 0xDCAF47) is known color: Tulip Tree. HEX triplet: DC, AF and 47. RGB value is (220,175,71). Sum of RGB (Red+Green+Blue) = 220+175+71=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF47 is #2350B8. Grayscale: #B1B1B1. Windows color (decimal): -2314425 or 4698076. OLE color: 4698076.
HSL color Cylindrical-coordinate representation of color #DCAF47: hue angle of 41.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCAF47 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 71 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.14 |
| HSL | 41.88º | 0.68% | 0.57% | - |
| HSV(B) | 41.88º | 0.68% | 0.86% | - |
| XYZ | 45.98 | 46.33 | 12.48 | - |
| YUV | 176.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 71 | 0 | 0.20 | 0.68 | 0.14 | 41.88 | 0.68 | 0.57 |
| Hex | DC | AF | 47 | 0 | 14 | 44 | E | 2A | 44 | 39 |
| Octal | 334 | 257 | 107 | 0 | 24 | 104 | 16 | 52 | 104 | 71 |
| Binary | 11011100 | 10101111 | 1000111 | 0 | 10100 | 1000100 | 1110 | 101010 | 1000100 | 111001 |
Color Harmonies of #DCAF47
Complementary color
Monochromatic Colors of #DCAF47
Black with #DCAF47
Text Example
Text Example
White with #DCAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF47; }
p { color: rgb(220,175,71); }
H1.HeaderClassName
{
color: #DCAF47;
}
.AnyTagClassName
{
color: #DCAF47;
}
</style>
background-color css
<style>
a { background-color: #DCAF47; }
a { background-color: rgb(220,175,71); }
div.DivClassName
{
background-color: #DCAF47;
}
.BgClassName
{
background-color: #DCAF47;
}
</style>
border-color css
<style>
span { border-color: #DCAF47; }
span { border-color: rgb(220,175,71); }
td.TdClassName
{
border-color: #DCAF47;
}
.TagClassName
{
border-color: #DCAF47;
}
</style>