Shades of Tulip Tree #DCA83B
Tints of Tulip Tree #DCA83B
RGB
CMYK
RGB Variations
Color information
#DCA83B (or 0xDCA83B) is known color: Tulip Tree. HEX triplet: DC, A8 and 3B. RGB value is (220,168,59). Sum of RGB (Red+Green+Blue) = 220+168+59=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA83B is #2357C4. Grayscale: #ABABAB. Windows color (decimal): -2316229 or 3909852. OLE color: 3909852.
HSL color Cylindrical-coordinate representation of color #DCA83B: hue angle of 40.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCA83B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 59 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.14 |
| HSL | 40.62º | 0.7% | 0.55% | - |
| HSV(B) | 40.62º | 0.73% | 0.86% | - |
| XYZ | 44.31 | 43.54 | 10.21 | - |
| YUV | 171.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 59 | 0 | 0.24 | 0.73 | 0.14 | 40.62 | 0.7 | 0.55 |
| Hex | DC | A8 | 3B | 0 | 18 | 49 | E | 29 | 46 | 37 |
| Octal | 334 | 250 | 73 | 0 | 30 | 111 | 16 | 51 | 106 | 67 |
| Binary | 11011100 | 10101000 | 111011 | 0 | 11000 | 1001001 | 1110 | 101001 | 1000110 | 110111 |
Color Harmonies of #DCA83B
Complementary color
Monochromatic Colors of #DCA83B
Black with #DCA83B
Text Example
Text Example
White with #DCA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA83B; }
p { color: rgb(220,168,59); }
H1.HeaderClassName
{
color: #DCA83B;
}
.AnyTagClassName
{
color: #DCA83B;
}
</style>
background-color css
<style>
a { background-color: #DCA83B; }
a { background-color: rgb(220,168,59); }
div.DivClassName
{
background-color: #DCA83B;
}
.BgClassName
{
background-color: #DCA83B;
}
</style>
border-color css
<style>
span { border-color: #DCA83B; }
span { border-color: rgb(220,168,59); }
td.TdClassName
{
border-color: #DCA83B;
}
.TagClassName
{
border-color: #DCA83B;
}
</style>