Shades of Tulip Tree #DFB33D
Tints of Tulip Tree #DFB33D
RGB
CMYK
RGB Variations
Color information
#DFB33D (or 0xDFB33D) is known color: Tulip Tree. HEX triplet: DF, B3 and 3D. RGB value is (223,179,61). Sum of RGB (Red+Green+Blue) = 223+179+61=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB33D is #204CC2. Grayscale: #B3B3B3. Windows color (decimal): -2116803 or 4043743. OLE color: 4043743.
HSL color Cylindrical-coordinate representation of color #DFB33D: hue angle of 43.7º 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 #DFB33D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 61 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.13 |
| HSL | 43.7º | 0.72% | 0.56% | - |
| HSV(B) | 43.7º | 0.73% | 0.87% | - |
| XYZ | 47.39 | 48.27 | 11.23 | - |
| YUV | 178.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 61 | 0 | 0.20 | 0.73 | 0.13 | 43.7 | 0.72 | 0.56 |
| Hex | DF | B3 | 3D | 0 | 14 | 49 | D | 2C | 48 | 38 |
| Octal | 337 | 263 | 75 | 0 | 24 | 111 | 15 | 54 | 110 | 70 |
| Binary | 11011111 | 10110011 | 111101 | 0 | 10100 | 1001001 | 1101 | 101100 | 1001000 | 111000 |
Color Harmonies of #DFB33D
Complementary color
Monochromatic Colors of #DFB33D
Black with #DFB33D
Text Example
Text Example
White with #DFB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB33D; }
p { color: rgb(223,179,61); }
H1.HeaderClassName
{
color: #DFB33D;
}
.AnyTagClassName
{
color: #DFB33D;
}
</style>
background-color css
<style>
a { background-color: #DFB33D; }
a { background-color: rgb(223,179,61); }
div.DivClassName
{
background-color: #DFB33D;
}
.BgClassName
{
background-color: #DFB33D;
}
</style>
border-color css
<style>
span { border-color: #DFB33D; }
span { border-color: rgb(223,179,61); }
td.TdClassName
{
border-color: #DFB33D;
}
.TagClassName
{
border-color: #DFB33D;
}
</style>