Shades of Tulip Tree #DFB03D
Tints of Tulip Tree #DFB03D
RGB
CMYK
RGB Variations
Color information
#DFB03D (or 0xDFB03D) is known color: Tulip Tree. HEX triplet: DF, B0 and 3D. RGB value is (223,176,61). Sum of RGB (Red+Green+Blue) = 223+176+61=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB03D is #204FC2. Grayscale: #B1B1B1. Windows color (decimal): -2117571 or 4042975. OLE color: 4042975.
HSL color Cylindrical-coordinate representation of color #DFB03D: hue angle of 42.59º 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 #DFB03D is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 61 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.13 |
| HSL | 42.59º | 0.72% | 0.56% | - |
| HSV(B) | 42.59º | 0.73% | 0.87% | - |
| XYZ | 46.8 | 47.08 | 11.03 | - |
| YUV | 176.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 61 | 0 | 0.21 | 0.73 | 0.13 | 42.59 | 0.72 | 0.56 |
| Hex | DF | B0 | 3D | 0 | 15 | 49 | D | 2B | 48 | 38 |
| Octal | 337 | 260 | 75 | 0 | 25 | 111 | 15 | 53 | 110 | 70 |
| Binary | 11011111 | 10110000 | 111101 | 0 | 10101 | 1001001 | 1101 | 101011 | 1001000 | 111000 |
Color Harmonies of #DFB03D
Complementary color
Monochromatic Colors of #DFB03D
Black with #DFB03D
Text Example
Text Example
White with #DFB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB03D; }
p { color: rgb(223,176,61); }
H1.HeaderClassName
{
color: #DFB03D;
}
.AnyTagClassName
{
color: #DFB03D;
}
</style>
background-color css
<style>
a { background-color: #DFB03D; }
a { background-color: rgb(223,176,61); }
div.DivClassName
{
background-color: #DFB03D;
}
.BgClassName
{
background-color: #DFB03D;
}
</style>
border-color css
<style>
span { border-color: #DFB03D; }
span { border-color: rgb(223,176,61); }
td.TdClassName
{
border-color: #DFB03D;
}
.TagClassName
{
border-color: #DFB03D;
}
</style>