Shades of Tulip Tree #DFB23D
Tints of Tulip Tree #DFB23D
RGB
CMYK
RGB Variations
Color information
#DFB23D (or 0xDFB23D) is known color: Tulip Tree. HEX triplet: DF, B2 and 3D. RGB value is (223,178,61). Sum of RGB (Red+Green+Blue) = 223+178+61=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB23D is #204DC2. Grayscale: #B2B2B2. Windows color (decimal): -2117059 or 4043487. OLE color: 4043487.
HSL color Cylindrical-coordinate representation of color #DFB23D: hue angle of 43.33º 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 #DFB23D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 61 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.13 |
| HSL | 43.33º | 0.72% | 0.56% | - |
| HSV(B) | 43.33º | 0.73% | 0.87% | - |
| XYZ | 47.19 | 47.87 | 11.17 | - |
| YUV | 178.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 61 | 0 | 0.20 | 0.73 | 0.13 | 43.33 | 0.72 | 0.56 |
| Hex | DF | B2 | 3D | 0 | 14 | 49 | D | 2B | 48 | 38 |
| Octal | 337 | 262 | 75 | 0 | 24 | 111 | 15 | 53 | 110 | 70 |
| Binary | 11011111 | 10110010 | 111101 | 0 | 10100 | 1001001 | 1101 | 101011 | 1001000 | 111000 |
Color Harmonies of #DFB23D
Complementary color
Monochromatic Colors of #DFB23D
Black with #DFB23D
Text Example
Text Example
White with #DFB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB23D; }
p { color: rgb(223,178,61); }
H1.HeaderClassName
{
color: #DFB23D;
}
.AnyTagClassName
{
color: #DFB23D;
}
</style>
background-color css
<style>
a { background-color: #DFB23D; }
a { background-color: rgb(223,178,61); }
div.DivClassName
{
background-color: #DFB23D;
}
.BgClassName
{
background-color: #DFB23D;
}
</style>
border-color css
<style>
span { border-color: #DFB23D; }
span { border-color: rgb(223,178,61); }
td.TdClassName
{
border-color: #DFB23D;
}
.TagClassName
{
border-color: #DFB23D;
}
</style>