Shades of Tulip Tree #DCAD3F
Tints of Tulip Tree #DCAD3F
RGB
CMYK
RGB Variations
Color information
#DCAD3F (or 0xDCAD3F) is known color: Tulip Tree. HEX triplet: DC, AD and 3F. RGB value is (220,173,63). Sum of RGB (Red+Green+Blue) = 220+173+63=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD3F is #2352C0. Grayscale: #AFAFAF. Windows color (decimal): -2314945 or 4173276. OLE color: 4173276.
HSL color Cylindrical-coordinate representation of color #DCAD3F: hue angle of 42.04º degrees, saturation: 0.69, 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 #DCAD3F is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 63 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.14 |
| HSL | 42.04º | 0.69% | 0.55% | - |
| HSV(B) | 42.04º | 0.71% | 0.86% | - |
| XYZ | 45.36 | 45.46 | 11.09 | - |
| YUV | 174.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 63 | 0 | 0.21 | 0.71 | 0.14 | 42.04 | 0.69 | 0.55 |
| Hex | DC | AD | 3F | 0 | 15 | 47 | E | 2A | 45 | 37 |
| Octal | 334 | 255 | 77 | 0 | 25 | 107 | 16 | 52 | 105 | 67 |
| Binary | 11011100 | 10101101 | 111111 | 0 | 10101 | 1000111 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DCAD3F
Complementary color
Monochromatic Colors of #DCAD3F
Black with #DCAD3F
Text Example
Text Example
White with #DCAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD3F; }
p { color: rgb(220,173,63); }
H1.HeaderClassName
{
color: #DCAD3F;
}
.AnyTagClassName
{
color: #DCAD3F;
}
</style>
background-color css
<style>
a { background-color: #DCAD3F; }
a { background-color: rgb(220,173,63); }
div.DivClassName
{
background-color: #DCAD3F;
}
.BgClassName
{
background-color: #DCAD3F;
}
</style>
border-color css
<style>
span { border-color: #DCAD3F; }
span { border-color: rgb(220,173,63); }
td.TdClassName
{
border-color: #DCAD3F;
}
.TagClassName
{
border-color: #DCAD3F;
}
</style>