Shades of Tulip Tree #DCA23D
Tints of Tulip Tree #DCA23D
RGB
CMYK
RGB Variations
Color information
#DCA23D (or 0xDCA23D) is known color: Tulip Tree. HEX triplet: DC, A2 and 3D. RGB value is (220,162,61). Sum of RGB (Red+Green+Blue) = 220+162+61=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA23D is #235DC2. Grayscale: #A8A8A8. Windows color (decimal): -2317763 or 4039388. OLE color: 4039388.
HSL color Cylindrical-coordinate representation of color #DCA23D: hue angle of 38.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCA23D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 61 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.14 |
| HSL | 38.11º | 0.69% | 0.55% | - |
| HSV(B) | 38.11º | 0.72% | 0.86% | - |
| XYZ | 43.28 | 41.39 | 10.12 | - |
| YUV | 167.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 61 | 0 | 0.26 | 0.72 | 0.14 | 38.11 | 0.69 | 0.55 |
| Hex | DC | A2 | 3D | 0 | 1A | 48 | E | 26 | 45 | 37 |
| Octal | 334 | 242 | 75 | 0 | 32 | 110 | 16 | 46 | 105 | 67 |
| Binary | 11011100 | 10100010 | 111101 | 0 | 11010 | 1001000 | 1110 | 100110 | 1000101 | 110111 |
Color Harmonies of #DCA23D
Complementary color
Monochromatic Colors of #DCA23D
Black with #DCA23D
Text Example
Text Example
White with #DCA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA23D; }
p { color: rgb(220,162,61); }
H1.HeaderClassName
{
color: #DCA23D;
}
.AnyTagClassName
{
color: #DCA23D;
}
</style>
background-color css
<style>
a { background-color: #DCA23D; }
a { background-color: rgb(220,162,61); }
div.DivClassName
{
background-color: #DCA23D;
}
.BgClassName
{
background-color: #DCA23D;
}
</style>
border-color css
<style>
span { border-color: #DCA23D; }
span { border-color: rgb(220,162,61); }
td.TdClassName
{
border-color: #DCA23D;
}
.TagClassName
{
border-color: #DCA23D;
}
</style>