Shades of Tulip Tree #DCAD3C
Tints of Tulip Tree #DCAD3C
RGB
CMYK
RGB Variations
Color information
#DCAD3C (or 0xDCAD3C) is known color: Tulip Tree. HEX triplet: DC, AD and 3C. RGB value is (220,173,60). Sum of RGB (Red+Green+Blue) = 220+173+60=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD3C is #2352C3. Grayscale: #AEAEAE. Windows color (decimal): -2314948 or 3976668. OLE color: 3976668.
HSL color Cylindrical-coordinate representation of color #DCAD3C: hue angle of 42.38º 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 #DCAD3C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 60 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.14 |
| HSL | 42.38º | 0.7% | 0.55% | - |
| HSV(B) | 42.38º | 0.73% | 0.86% | - |
| XYZ | 45.27 | 45.43 | 10.66 | - |
| YUV | 174.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 60 | 0 | 0.21 | 0.73 | 0.14 | 42.38 | 0.7 | 0.55 |
| Hex | DC | AD | 3C | 0 | 15 | 49 | E | 2A | 46 | 37 |
| Octal | 334 | 255 | 74 | 0 | 25 | 111 | 16 | 52 | 106 | 67 |
| Binary | 11011100 | 10101101 | 111100 | 0 | 10101 | 1001001 | 1110 | 101010 | 1000110 | 110111 |
Color Harmonies of #DCAD3C
Complementary color
Monochromatic Colors of #DCAD3C
Black with #DCAD3C
Text Example
Text Example
White with #DCAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD3C; }
p { color: rgb(220,173,60); }
H1.HeaderClassName
{
color: #DCAD3C;
}
.AnyTagClassName
{
color: #DCAD3C;
}
</style>
background-color css
<style>
a { background-color: #DCAD3C; }
a { background-color: rgb(220,173,60); }
div.DivClassName
{
background-color: #DCAD3C;
}
.BgClassName
{
background-color: #DCAD3C;
}
</style>
border-color css
<style>
span { border-color: #DCAD3C; }
span { border-color: rgb(220,173,60); }
td.TdClassName
{
border-color: #DCAD3C;
}
.TagClassName
{
border-color: #DCAD3C;
}
</style>