Shades of Tulip Tree #DFB342
Tints of Tulip Tree #DFB342
RGB
CMYK
RGB Variations
Color information
#DFB342 (or 0xDFB342) is known color: Tulip Tree. HEX triplet: DF, B3 and 42. RGB value is (223,179,66). Sum of RGB (Red+Green+Blue) = 223+179+66=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB342 is #204CBD. Grayscale: #B3B3B3. Windows color (decimal): -2116798 or 4371423. OLE color: 4371423.
HSL color Cylindrical-coordinate representation of color #DFB342: hue angle of 43.18º 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 #DFB342 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 66 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.13 |
| HSL | 43.18º | 0.71% | 0.57% | - |
| HSV(B) | 43.18º | 0.7% | 0.87% | - |
| XYZ | 47.53 | 48.32 | 11.98 | - |
| YUV | 179.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 66 | 0 | 0.20 | 0.70 | 0.13 | 43.18 | 0.71 | 0.57 |
| Hex | DF | B3 | 42 | 0 | 14 | 46 | D | 2B | 47 | 39 |
| Octal | 337 | 263 | 102 | 0 | 24 | 106 | 15 | 53 | 107 | 71 |
| Binary | 11011111 | 10110011 | 1000010 | 0 | 10100 | 1000110 | 1101 | 101011 | 1000111 | 111001 |
Color Harmonies of #DFB342
Complementary color
Monochromatic Colors of #DFB342
Black with #DFB342
Text Example
Text Example
White with #DFB342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB342; }
p { color: rgb(223,179,66); }
H1.HeaderClassName
{
color: #DFB342;
}
.AnyTagClassName
{
color: #DFB342;
}
</style>
background-color css
<style>
a { background-color: #DFB342; }
a { background-color: rgb(223,179,66); }
div.DivClassName
{
background-color: #DFB342;
}
.BgClassName
{
background-color: #DFB342;
}
</style>
border-color css
<style>
span { border-color: #DFB342; }
span { border-color: rgb(223,179,66); }
td.TdClassName
{
border-color: #DFB342;
}
.TagClassName
{
border-color: #DFB342;
}
</style>