Shades of Tulip Tree #DFB63D
Tints of Tulip Tree #DFB63D
RGB
CMYK
RGB Variations
Color information
#DFB63D (or 0xDFB63D) is known color: Tulip Tree. HEX triplet: DF, B6 and 3D. RGB value is (223,182,61). Sum of RGB (Red+Green+Blue) = 223+182+61=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB63D is #2049C2. Grayscale: #B4B4B4. Windows color (decimal): -2116035 or 4044511. OLE color: 4044511.
HSL color Cylindrical-coordinate representation of color #DFB63D: hue angle of 44.81º 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 #DFB63D is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 61 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.13 |
| HSL | 44.81º | 0.72% | 0.56% | - |
| HSV(B) | 44.81º | 0.73% | 0.87% | - |
| XYZ | 48 | 49.48 | 11.44 | - |
| YUV | 180.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 61 | 0 | 0.18 | 0.73 | 0.13 | 44.81 | 0.72 | 0.56 |
| Hex | DF | B6 | 3D | 0 | 12 | 49 | D | 2D | 48 | 38 |
| Octal | 337 | 266 | 75 | 0 | 22 | 111 | 15 | 55 | 110 | 70 |
| Binary | 11011111 | 10110110 | 111101 | 0 | 10010 | 1001001 | 1101 | 101101 | 1001000 | 111000 |
Color Harmonies of #DFB63D
Complementary color
Monochromatic Colors of #DFB63D
Black with #DFB63D
Text Example
Text Example
White with #DFB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB63D; }
p { color: rgb(223,182,61); }
H1.HeaderClassName
{
color: #DFB63D;
}
.AnyTagClassName
{
color: #DFB63D;
}
</style>
background-color css
<style>
a { background-color: #DFB63D; }
a { background-color: rgb(223,182,61); }
div.DivClassName
{
background-color: #DFB63D;
}
.BgClassName
{
background-color: #DFB63D;
}
</style>
border-color css
<style>
span { border-color: #DFB63D; }
span { border-color: rgb(223,182,61); }
td.TdClassName
{
border-color: #DFB63D;
}
.TagClassName
{
border-color: #DFB63D;
}
</style>