Shades of Tulip Tree #DFAA48
Tints of Tulip Tree #DFAA48
RGB
CMYK
RGB Variations
Color information
#DFAA48 (or 0xDFAA48) is known color: Tulip Tree. HEX triplet: DF, AA and 48. RGB value is (223,170,72). Sum of RGB (Red+Green+Blue) = 223+170+72=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA48 is #2055B7. Grayscale: #AFAFAF. Windows color (decimal): -2119096 or 4762335. OLE color: 4762335.
HSL color Cylindrical-coordinate representation of color #DFAA48: hue angle of 38.94º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFAA48 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 72 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.13 |
| HSL | 38.94º | 0.7% | 0.58% | - |
| HSV(B) | 38.94º | 0.68% | 0.87% | - |
| XYZ | 45.98 | 44.91 | 12.38 | - |
| YUV | 174.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 72 | 0 | 0.24 | 0.68 | 0.13 | 38.94 | 0.7 | 0.58 |
| Hex | DF | AA | 48 | 0 | 18 | 44 | D | 27 | 46 | 3A |
| Octal | 337 | 252 | 110 | 0 | 30 | 104 | 15 | 47 | 106 | 72 |
| Binary | 11011111 | 10101010 | 1001000 | 0 | 11000 | 1000100 | 1101 | 100111 | 1000110 | 111010 |
Color Harmonies of #DFAA48
Complementary color
Monochromatic Colors of #DFAA48
Black with #DFAA48
Text Example
Text Example
White with #DFAA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA48; }
p { color: rgb(223,170,72); }
H1.HeaderClassName
{
color: #DFAA48;
}
.AnyTagClassName
{
color: #DFAA48;
}
</style>
background-color css
<style>
a { background-color: #DFAA48; }
a { background-color: rgb(223,170,72); }
div.DivClassName
{
background-color: #DFAA48;
}
.BgClassName
{
background-color: #DFAA48;
}
</style>
border-color css
<style>
span { border-color: #DFAA48; }
span { border-color: rgb(223,170,72); }
td.TdClassName
{
border-color: #DFAA48;
}
.TagClassName
{
border-color: #DFAA48;
}
</style>