Shades of Tulip Tree #DFB645
Tints of Tulip Tree #DFB645
RGB
CMYK
RGB Variations
Color information
#DFB645 (or 0xDFB645) is known color: Tulip Tree. HEX triplet: DF, B6 and 45. RGB value is (223,182,69). Sum of RGB (Red+Green+Blue) = 223+182+69=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB645 is #2049BA. Grayscale: #B5B5B5. Windows color (decimal): -2116027 or 4568799. OLE color: 4568799.
HSL color Cylindrical-coordinate representation of color #DFB645: hue angle of 44.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFB645 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 69 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.13 |
| HSL | 44.03º | 0.71% | 0.57% | - |
| HSV(B) | 44.03º | 0.69% | 0.87% | - |
| XYZ | 48.23 | 49.57 | 12.66 | - |
| YUV | 181.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 69 | 0 | 0.18 | 0.69 | 0.13 | 44.03 | 0.71 | 0.57 |
| Hex | DF | B6 | 45 | 0 | 12 | 45 | D | 2C | 47 | 39 |
| Octal | 337 | 266 | 105 | 0 | 22 | 105 | 15 | 54 | 107 | 71 |
| Binary | 11011111 | 10110110 | 1000101 | 0 | 10010 | 1000101 | 1101 | 101100 | 1000111 | 111001 |
Color Harmonies of #DFB645
Complementary color
Monochromatic Colors of #DFB645
Black with #DFB645
Text Example
Text Example
White with #DFB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB645; }
p { color: rgb(223,182,69); }
H1.HeaderClassName
{
color: #DFB645;
}
.AnyTagClassName
{
color: #DFB645;
}
</style>
background-color css
<style>
a { background-color: #DFB645; }
a { background-color: rgb(223,182,69); }
div.DivClassName
{
background-color: #DFB645;
}
.BgClassName
{
background-color: #DFB645;
}
</style>
border-color css
<style>
span { border-color: #DFB645; }
span { border-color: rgb(223,182,69); }
td.TdClassName
{
border-color: #DFB645;
}
.TagClassName
{
border-color: #DFB645;
}
</style>