Shades of Tulip Tree #DFAB3B
Tints of Tulip Tree #DFAB3B
RGB
CMYK
RGB Variations
Color information
#DFAB3B (or 0xDFAB3B) is known color: Tulip Tree. HEX triplet: DF, AB and 3B. RGB value is (223,171,59). Sum of RGB (Red+Green+Blue) = 223+171+59=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB3B is #2054C4. Grayscale: #AEAEAE. Windows color (decimal): -2118853 or 3910623. OLE color: 3910623.
HSL color Cylindrical-coordinate representation of color #DFAB3B: hue angle of 40.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFAB3B is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 59 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.13 |
| HSL | 40.98º | 0.72% | 0.55% | - |
| HSV(B) | 40.98º | 0.74% | 0.87% | - |
| XYZ | 45.78 | 45.13 | 10.44 | - |
| YUV | 173.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 59 | 0 | 0.23 | 0.74 | 0.13 | 40.98 | 0.72 | 0.55 |
| Hex | DF | AB | 3B | 0 | 17 | 4A | D | 29 | 48 | 37 |
| Octal | 337 | 253 | 73 | 0 | 27 | 112 | 15 | 51 | 110 | 67 |
| Binary | 11011111 | 10101011 | 111011 | 0 | 10111 | 1001010 | 1101 | 101001 | 1001000 | 110111 |
Color Harmonies of #DFAB3B
Complementary color
Monochromatic Colors of #DFAB3B
Black with #DFAB3B
Text Example
Text Example
White with #DFAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB3B; }
p { color: rgb(223,171,59); }
H1.HeaderClassName
{
color: #DFAB3B;
}
.AnyTagClassName
{
color: #DFAB3B;
}
</style>
background-color css
<style>
a { background-color: #DFAB3B; }
a { background-color: rgb(223,171,59); }
div.DivClassName
{
background-color: #DFAB3B;
}
.BgClassName
{
background-color: #DFAB3B;
}
</style>
border-color css
<style>
span { border-color: #DFAB3B; }
span { border-color: rgb(223,171,59); }
td.TdClassName
{
border-color: #DFAB3B;
}
.TagClassName
{
border-color: #DFAB3B;
}
</style>