Shades of Tulip Tree #DCAF48
Tints of Tulip Tree #DCAF48
RGB
CMYK
RGB Variations
Color information
#DCAF48 (or 0xDCAF48) is known color: Tulip Tree. HEX triplet: DC, AF and 48. RGB value is (220,175,72). Sum of RGB (Red+Green+Blue) = 220+175+72=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF48 is #2350B7. Grayscale: #B1B1B1. Windows color (decimal): -2314424 or 4763612. OLE color: 4763612.
HSL color Cylindrical-coordinate representation of color #DCAF48: hue angle of 41.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCAF48 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 72 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.14 |
| HSL | 41.76º | 0.68% | 0.57% | - |
| HSV(B) | 41.76º | 0.67% | 0.86% | - |
| XYZ | 46.01 | 46.34 | 12.65 | - |
| YUV | 176.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 72 | 0 | 0.20 | 0.67 | 0.14 | 41.76 | 0.68 | 0.57 |
| Hex | DC | AF | 48 | 0 | 14 | 43 | E | 2A | 44 | 39 |
| Octal | 334 | 257 | 110 | 0 | 24 | 103 | 16 | 52 | 104 | 71 |
| Binary | 11011100 | 10101111 | 1001000 | 0 | 10100 | 1000011 | 1110 | 101010 | 1000100 | 111001 |
Color Harmonies of #DCAF48
Complementary color
Monochromatic Colors of #DCAF48
Black with #DCAF48
Text Example
Text Example
White with #DCAF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF48; }
p { color: rgb(220,175,72); }
H1.HeaderClassName
{
color: #DCAF48;
}
.AnyTagClassName
{
color: #DCAF48;
}
</style>
background-color css
<style>
a { background-color: #DCAF48; }
a { background-color: rgb(220,175,72); }
div.DivClassName
{
background-color: #DCAF48;
}
.BgClassName
{
background-color: #DCAF48;
}
</style>
border-color css
<style>
span { border-color: #DCAF48; }
span { border-color: rgb(220,175,72); }
td.TdClassName
{
border-color: #DCAF48;
}
.TagClassName
{
border-color: #DCAF48;
}
</style>