Shades of Tulip Tree #DBAF3F
Tints of Tulip Tree #DBAF3F
RGB
CMYK
RGB Variations
Color information
#DBAF3F (or 0xDBAF3F) is known color: Tulip Tree. HEX triplet: DB, AF and 3F. RGB value is (219,175,63). Sum of RGB (Red+Green+Blue) = 219+175+63=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF3F is #2450C0. Grayscale: #AFAFAF. Windows color (decimal): -2379969 or 4173787. OLE color: 4173787.
HSL color Cylindrical-coordinate representation of color #DBAF3F: hue angle of 43.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBAF3F is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 63 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.14 |
| HSL | 43.08º | 0.68% | 0.55% | - |
| HSV(B) | 43.08º | 0.71% | 0.86% | - |
| XYZ | 45.44 | 46.08 | 11.2 | - |
| YUV | 175.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 63 | 0 | 0.20 | 0.71 | 0.14 | 43.08 | 0.68 | 0.55 |
| Hex | DB | AF | 3F | 0 | 14 | 47 | E | 2B | 44 | 37 |
| Octal | 333 | 257 | 77 | 0 | 24 | 107 | 16 | 53 | 104 | 67 |
| Binary | 11011011 | 10101111 | 111111 | 0 | 10100 | 1000111 | 1110 | 101011 | 1000100 | 110111 |
Color Harmonies of #DBAF3F
Complementary color
Monochromatic Colors of #DBAF3F
Black with #DBAF3F
Text Example
Text Example
White with #DBAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF3F; }
p { color: rgb(219,175,63); }
H1.HeaderClassName
{
color: #DBAF3F;
}
.AnyTagClassName
{
color: #DBAF3F;
}
</style>
background-color css
<style>
a { background-color: #DBAF3F; }
a { background-color: rgb(219,175,63); }
div.DivClassName
{
background-color: #DBAF3F;
}
.BgClassName
{
background-color: #DBAF3F;
}
</style>
border-color css
<style>
span { border-color: #DBAF3F; }
span { border-color: rgb(219,175,63); }
td.TdClassName
{
border-color: #DBAF3F;
}
.TagClassName
{
border-color: #DBAF3F;
}
</style>