Shades of Tulip Tree #DCAD3D
Tints of Tulip Tree #DCAD3D
RGB
CMYK
RGB Variations
Color information
#DCAD3D (or 0xDCAD3D) is known color: Tulip Tree. HEX triplet: DC, AD and 3D. RGB value is (220,173,61). Sum of RGB (Red+Green+Blue) = 220+173+61=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD3D is #2352C2. Grayscale: #AEAEAE. Windows color (decimal): -2314947 or 4042204. OLE color: 4042204.
HSL color Cylindrical-coordinate representation of color #DCAD3D: hue angle of 42.26º 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 #DCAD3D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 61 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.14 |
| HSL | 42.26º | 0.69% | 0.55% | - |
| HSV(B) | 42.26º | 0.72% | 0.86% | - |
| XYZ | 45.3 | 45.44 | 10.8 | - |
| YUV | 174.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 61 | 0 | 0.21 | 0.72 | 0.14 | 42.26 | 0.69 | 0.55 |
| Hex | DC | AD | 3D | 0 | 15 | 48 | E | 2A | 45 | 37 |
| Octal | 334 | 255 | 75 | 0 | 25 | 110 | 16 | 52 | 105 | 67 |
| Binary | 11011100 | 10101101 | 111101 | 0 | 10101 | 1001000 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DCAD3D
Complementary color
Monochromatic Colors of #DCAD3D
Black with #DCAD3D
Text Example
Text Example
White with #DCAD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD3D; }
p { color: rgb(220,173,61); }
H1.HeaderClassName
{
color: #DCAD3D;
}
.AnyTagClassName
{
color: #DCAD3D;
}
</style>
background-color css
<style>
a { background-color: #DCAD3D; }
a { background-color: rgb(220,173,61); }
div.DivClassName
{
background-color: #DCAD3D;
}
.BgClassName
{
background-color: #DCAD3D;
}
</style>
border-color css
<style>
span { border-color: #DCAD3D; }
span { border-color: rgb(220,173,61); }
td.TdClassName
{
border-color: #DCAD3D;
}
.TagClassName
{
border-color: #DCAD3D;
}
</style>