Shades of Tulip Tree #DCAB3D
Tints of Tulip Tree #DCAB3D
RGB
CMYK
RGB Variations
Color information
#DCAB3D (or 0xDCAB3D) is known color: Tulip Tree. HEX triplet: DC, AB and 3D. RGB value is (220,171,61). Sum of RGB (Red+Green+Blue) = 220+171+61=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB3D is #2354C2. Grayscale: #ADADAD. Windows color (decimal): -2315459 or 4041692. OLE color: 4041692.
HSL color Cylindrical-coordinate representation of color #DCAB3D: hue angle of 41.51º 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 #DCAB3D is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 61 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.14 |
| HSL | 41.51º | 0.69% | 0.55% | - |
| HSV(B) | 41.51º | 0.72% | 0.86% | - |
| XYZ | 44.92 | 44.68 | 10.67 | - |
| YUV | 173.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 61 | 0 | 0.22 | 0.72 | 0.14 | 41.51 | 0.69 | 0.55 |
| Hex | DC | AB | 3D | 0 | 16 | 48 | E | 2A | 45 | 37 |
| Octal | 334 | 253 | 75 | 0 | 26 | 110 | 16 | 52 | 105 | 67 |
| Binary | 11011100 | 10101011 | 111101 | 0 | 10110 | 1001000 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DCAB3D
Complementary color
Monochromatic Colors of #DCAB3D
Black with #DCAB3D
Text Example
Text Example
White with #DCAB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB3D; }
p { color: rgb(220,171,61); }
H1.HeaderClassName
{
color: #DCAB3D;
}
.AnyTagClassName
{
color: #DCAB3D;
}
</style>
background-color css
<style>
a { background-color: #DCAB3D; }
a { background-color: rgb(220,171,61); }
div.DivClassName
{
background-color: #DCAB3D;
}
.BgClassName
{
background-color: #DCAB3D;
}
</style>
border-color css
<style>
span { border-color: #DCAB3D; }
span { border-color: rgb(220,171,61); }
td.TdClassName
{
border-color: #DCAB3D;
}
.TagClassName
{
border-color: #DCAB3D;
}
</style>