Shades of Tulip Tree #DFB041
Tints of Tulip Tree #DFB041
RGB
CMYK
RGB Variations
Color information
#DFB041 (or 0xDFB041) is known color: Tulip Tree. HEX triplet: DF, B0 and 41. RGB value is (223,176,65). Sum of RGB (Red+Green+Blue) = 223+176+65=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB041 is #204FBE. Grayscale: #B1B1B1. Windows color (decimal): -2117567 or 4305119. OLE color: 4305119.
HSL color Cylindrical-coordinate representation of color #DFB041: hue angle of 42.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFB041 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 65 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.13 |
| HSL | 42.15º | 0.71% | 0.56% | - |
| HSV(B) | 42.15º | 0.71% | 0.87% | - |
| XYZ | 46.91 | 47.12 | 11.62 | - |
| YUV | 177.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 65 | 0 | 0.21 | 0.71 | 0.13 | 42.15 | 0.71 | 0.56 |
| Hex | DF | B0 | 41 | 0 | 15 | 47 | D | 2A | 47 | 38 |
| Octal | 337 | 260 | 101 | 0 | 25 | 107 | 15 | 52 | 107 | 70 |
| Binary | 11011111 | 10110000 | 1000001 | 0 | 10101 | 1000111 | 1101 | 101010 | 1000111 | 111000 |
Color Harmonies of #DFB041
Complementary color
Monochromatic Colors of #DFB041
Black with #DFB041
Text Example
Text Example
White with #DFB041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB041; }
p { color: rgb(223,176,65); }
H1.HeaderClassName
{
color: #DFB041;
}
.AnyTagClassName
{
color: #DFB041;
}
</style>
background-color css
<style>
a { background-color: #DFB041; }
a { background-color: rgb(223,176,65); }
div.DivClassName
{
background-color: #DFB041;
}
.BgClassName
{
background-color: #DFB041;
}
</style>
border-color css
<style>
span { border-color: #DFB041; }
span { border-color: rgb(223,176,65); }
td.TdClassName
{
border-color: #DFB041;
}
.TagClassName
{
border-color: #DFB041;
}
</style>