Shades of Tulip Tree #DFB13D
Tints of Tulip Tree #DFB13D
RGB
CMYK
RGB Variations
Color information
#DFB13D (or 0xDFB13D) is known color: Tulip Tree. HEX triplet: DF, B1 and 3D. RGB value is (223,177,61). Sum of RGB (Red+Green+Blue) = 223+177+61=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB13D is #204EC2. Grayscale: #B2B2B2. Windows color (decimal): -2117315 or 4043231. OLE color: 4043231.
HSL color Cylindrical-coordinate representation of color #DFB13D: hue angle of 42.96º 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 #DFB13D is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 61 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.13 |
| HSL | 42.96º | 0.72% | 0.56% | - |
| HSV(B) | 42.96º | 0.73% | 0.87% | - |
| XYZ | 47 | 47.47 | 11.1 | - |
| YUV | 177.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 61 | 0 | 0.21 | 0.73 | 0.13 | 42.96 | 0.72 | 0.56 |
| Hex | DF | B1 | 3D | 0 | 15 | 49 | D | 2B | 48 | 38 |
| Octal | 337 | 261 | 75 | 0 | 25 | 111 | 15 | 53 | 110 | 70 |
| Binary | 11011111 | 10110001 | 111101 | 0 | 10101 | 1001001 | 1101 | 101011 | 1001000 | 111000 |
Color Harmonies of #DFB13D
Complementary color
Monochromatic Colors of #DFB13D
Black with #DFB13D
Text Example
Text Example
White with #DFB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB13D; }
p { color: rgb(223,177,61); }
H1.HeaderClassName
{
color: #DFB13D;
}
.AnyTagClassName
{
color: #DFB13D;
}
</style>
background-color css
<style>
a { background-color: #DFB13D; }
a { background-color: rgb(223,177,61); }
div.DivClassName
{
background-color: #DFB13D;
}
.BgClassName
{
background-color: #DFB13D;
}
</style>
border-color css
<style>
span { border-color: #DFB13D; }
span { border-color: rgb(223,177,61); }
td.TdClassName
{
border-color: #DFB13D;
}
.TagClassName
{
border-color: #DFB13D;
}
</style>