Shades of Tulip Tree #DFB43D
Tints of Tulip Tree #DFB43D
RGB
CMYK
RGB Variations
Color information
#DFB43D (or 0xDFB43D) is known color: Tulip Tree. HEX triplet: DF, B4 and 3D. RGB value is (223,180,61). Sum of RGB (Red+Green+Blue) = 223+180+61=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB43D is #204BC2. Grayscale: #B3B3B3. Windows color (decimal): -2116547 or 4043999. OLE color: 4043999.
HSL color Cylindrical-coordinate representation of color #DFB43D: hue angle of 44.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFB43D is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 61 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.13 |
| HSL | 44.07º | 0.72% | 0.56% | - |
| HSV(B) | 44.07º | 0.73% | 0.87% | - |
| XYZ | 47.59 | 48.67 | 11.3 | - |
| YUV | 179.29 | 61.25 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 61 | 0 | 0.19 | 0.73 | 0.13 | 44.07 | 0.72 | 0.56 |
| Hex | DF | B4 | 3D | 0 | 13 | 49 | D | 2C | 48 | 38 |
| Octal | 337 | 264 | 75 | 0 | 23 | 111 | 15 | 54 | 110 | 70 |
| Binary | 11011111 | 10110100 | 111101 | 0 | 10011 | 1001001 | 1101 | 101100 | 1001000 | 111000 |
Color Harmonies of #DFB43D
Complementary color
Monochromatic Colors of #DFB43D
Black with #DFB43D
Text Example
Text Example
White with #DFB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB43D; }
p { color: rgb(223,180,61); }
H1.HeaderClassName
{
color: #DFB43D;
}
.AnyTagClassName
{
color: #DFB43D;
}
</style>
background-color css
<style>
a { background-color: #DFB43D; }
a { background-color: rgb(223,180,61); }
div.DivClassName
{
background-color: #DFB43D;
}
.BgClassName
{
background-color: #DFB43D;
}
</style>
border-color css
<style>
span { border-color: #DFB43D; }
span { border-color: rgb(223,180,61); }
td.TdClassName
{
border-color: #DFB43D;
}
.TagClassName
{
border-color: #DFB43D;
}
</style>