Shades of Tulip Tree #DCA343
Tints of Tulip Tree #DCA343
RGB
CMYK
RGB Variations
Color information
#DCA343 (or 0xDCA343) is known color: Tulip Tree. HEX triplet: DC, A3 and 43. RGB value is (220,163,67). Sum of RGB (Red+Green+Blue) = 220+163+67=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA343 is #235CBC. Grayscale: #A9A9A9. Windows color (decimal): -2317501 or 4432860. OLE color: 4432860.
HSL color Cylindrical-coordinate representation of color #DCA343: hue angle of 37.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCA343 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 67 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.14 |
| HSL | 37.65º | 0.69% | 0.56% | - |
| HSV(B) | 37.65º | 0.7% | 0.86% | - |
| XYZ | 43.63 | 41.82 | 11.08 | - |
| YUV | 169.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 67 | 0 | 0.26 | 0.70 | 0.14 | 37.65 | 0.69 | 0.56 |
| Hex | DC | A3 | 43 | 0 | 1A | 46 | E | 26 | 45 | 38 |
| Octal | 334 | 243 | 103 | 0 | 32 | 106 | 16 | 46 | 105 | 70 |
| Binary | 11011100 | 10100011 | 1000011 | 0 | 11010 | 1000110 | 1110 | 100110 | 1000101 | 111000 |
Color Harmonies of #DCA343
Complementary color
Monochromatic Colors of #DCA343
Black with #DCA343
Text Example
Text Example
White with #DCA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA343; }
p { color: rgb(220,163,67); }
H1.HeaderClassName
{
color: #DCA343;
}
.AnyTagClassName
{
color: #DCA343;
}
</style>
background-color css
<style>
a { background-color: #DCA343; }
a { background-color: rgb(220,163,67); }
div.DivClassName
{
background-color: #DCA343;
}
.BgClassName
{
background-color: #DCA343;
}
</style>
border-color css
<style>
span { border-color: #DCA343; }
span { border-color: rgb(220,163,67); }
td.TdClassName
{
border-color: #DCA343;
}
.TagClassName
{
border-color: #DCA343;
}
</style>