Shades of Tulip Tree #DFAB38
Tints of Tulip Tree #DFAB38
RGB
CMYK
RGB Variations
Color information
#DFAB38 (or 0xDFAB38) is known color: Tulip Tree. HEX triplet: DF, AB and 38. RGB value is (223,171,56). Sum of RGB (Red+Green+Blue) = 223+171+56=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB38 is #2054C7. Grayscale: #ADADAD. Windows color (decimal): -2118856 or 3714015. OLE color: 3714015.
HSL color Cylindrical-coordinate representation of color #DFAB38: hue angle of 41.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFAB38 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 56 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.13 |
| HSL | 41.32º | 0.72% | 0.55% | - |
| HSV(B) | 41.32º | 0.75% | 0.87% | - |
| XYZ | 45.71 | 45.1 | 10.04 | - |
| YUV | 173.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 56 | 0 | 0.23 | 0.75 | 0.13 | 41.32 | 0.72 | 0.55 |
| Hex | DF | AB | 38 | 0 | 17 | 4B | D | 29 | 48 | 37 |
| Octal | 337 | 253 | 70 | 0 | 27 | 113 | 15 | 51 | 110 | 67 |
| Binary | 11011111 | 10101011 | 111000 | 0 | 10111 | 1001011 | 1101 | 101001 | 1001000 | 110111 |
Color Harmonies of #DFAB38
Complementary color
Monochromatic Colors of #DFAB38
Black with #DFAB38
Text Example
Text Example
White with #DFAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB38; }
p { color: rgb(223,171,56); }
H1.HeaderClassName
{
color: #DFAB38;
}
.AnyTagClassName
{
color: #DFAB38;
}
</style>
background-color css
<style>
a { background-color: #DFAB38; }
a { background-color: rgb(223,171,56); }
div.DivClassName
{
background-color: #DFAB38;
}
.BgClassName
{
background-color: #DFAB38;
}
</style>
border-color css
<style>
span { border-color: #DFAB38; }
span { border-color: rgb(223,171,56); }
td.TdClassName
{
border-color: #DFAB38;
}
.TagClassName
{
border-color: #DFAB38;
}
</style>