Shades of Tulip Tree #DCB03D
Tints of Tulip Tree #DCB03D
RGB
CMYK
RGB Variations
Color information
#DCB03D (or 0xDCB03D) is known color: Tulip Tree. HEX triplet: DC, B0 and 3D. RGB value is (220,176,61). Sum of RGB (Red+Green+Blue) = 220+176+61=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB03D is #234FC2. Grayscale: #B0B0B0. Windows color (decimal): -2314179 or 4042972. OLE color: 4042972.
HSL color Cylindrical-coordinate representation of color #DCB03D: hue angle of 43.4º 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 #DCB03D is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 61 | - |
| CMYK | 0 | 0.2 | 0.72 | 0.14 |
| HSL | 43.4º | 0.69% | 0.55% | - |
| HSV(B) | 43.4º | 0.72% | 0.86% | - |
| XYZ | 45.88 | 46.6 | 10.99 | - |
| YUV | 176.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 61 | 0 | 0.2 | 0.72 | 0.14 | 43.4 | 0.69 | 0.55 |
| Hex | DC | B0 | 3D | 0 | 14 | 48 | E | 2B | 45 | 37 |
| Octal | 334 | 260 | 75 | 0 | 24 | 110 | 16 | 53 | 105 | 67 |
| Binary | 11011100 | 10110000 | 111101 | 0 | 10100 | 1001000 | 1110 | 101011 | 1000101 | 110111 |
Color Harmonies of #DCB03D
Complementary color
Monochromatic Colors of #DCB03D
Black with #DCB03D
Text Example
Text Example
White with #DCB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB03D; }
p { color: rgb(220,176,61); }
H1.HeaderClassName
{
color: #DCB03D;
}
.AnyTagClassName
{
color: #DCB03D;
}
</style>
background-color css
<style>
a { background-color: #DCB03D; }
a { background-color: rgb(220,176,61); }
div.DivClassName
{
background-color: #DCB03D;
}
.BgClassName
{
background-color: #DCB03D;
}
</style>
border-color css
<style>
span { border-color: #DCB03D; }
span { border-color: rgb(220,176,61); }
td.TdClassName
{
border-color: #DCB03D;
}
.TagClassName
{
border-color: #DCB03D;
}
</style>