Shades of Tulip Tree #DFAB43
Tints of Tulip Tree #DFAB43
RGB
CMYK
RGB Variations
Color information
#DFAB43 (or 0xDFAB43) is known color: Tulip Tree. HEX triplet: DF, AB and 43. RGB value is (223,171,67). Sum of RGB (Red+Green+Blue) = 223+171+67=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB43 is #2054BC. Grayscale: #AFAFAF. Windows color (decimal): -2118845 or 4434911. OLE color: 4434911.
HSL color Cylindrical-coordinate representation of color #DFAB43: hue angle of 40º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFAB43 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 67 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.13 |
| HSL | 40º | 0.71% | 0.57% | - |
| HSV(B) | 40º | 0.7% | 0.87% | - |
| XYZ | 46.01 | 45.22 | 11.61 | - |
| YUV | 174.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 67 | 0 | 0.23 | 0.70 | 0.13 | 40 | 0.71 | 0.57 |
| Hex | DF | AB | 43 | 0 | 17 | 46 | D | 28 | 47 | 39 |
| Octal | 337 | 253 | 103 | 0 | 27 | 106 | 15 | 50 | 107 | 71 |
| Binary | 11011111 | 10101011 | 1000011 | 0 | 10111 | 1000110 | 1101 | 101000 | 1000111 | 111001 |
Color Harmonies of #DFAB43
Complementary color
Monochromatic Colors of #DFAB43
Black with #DFAB43
Text Example
Text Example
White with #DFAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB43; }
p { color: rgb(223,171,67); }
H1.HeaderClassName
{
color: #DFAB43;
}
.AnyTagClassName
{
color: #DFAB43;
}
</style>
background-color css
<style>
a { background-color: #DFAB43; }
a { background-color: rgb(223,171,67); }
div.DivClassName
{
background-color: #DFAB43;
}
.BgClassName
{
background-color: #DFAB43;
}
</style>
border-color css
<style>
span { border-color: #DFAB43; }
span { border-color: rgb(223,171,67); }
td.TdClassName
{
border-color: #DFAB43;
}
.TagClassName
{
border-color: #DFAB43;
}
</style>