Shades of Tulip Tree #DCB13E
Tints of Tulip Tree #DCB13E
RGB
CMYK
RGB Variations
Color information
#DCB13E (or 0xDCB13E) is known color: Tulip Tree. HEX triplet: DC, B1 and 3E. RGB value is (220,177,62). Sum of RGB (Red+Green+Blue) = 220+177+62=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB13E is #234EC1. Grayscale: #B1B1B1. Windows color (decimal): -2313922 or 4108764. OLE color: 4108764.
HSL color Cylindrical-coordinate representation of color #DCB13E: hue angle of 43.67º 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 #DCB13E is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 62 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.14 |
| HSL | 43.67º | 0.69% | 0.55% | - |
| HSV(B) | 43.67º | 0.72% | 0.86% | - |
| XYZ | 46.11 | 47.01 | 11.2 | - |
| YUV | 176.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 62 | 0 | 0.20 | 0.72 | 0.14 | 43.67 | 0.69 | 0.55 |
| Hex | DC | B1 | 3E | 0 | 14 | 48 | E | 2C | 45 | 37 |
| Octal | 334 | 261 | 76 | 0 | 24 | 110 | 16 | 54 | 105 | 67 |
| Binary | 11011100 | 10110001 | 111110 | 0 | 10100 | 1001000 | 1110 | 101100 | 1000101 | 110111 |
Color Harmonies of #DCB13E
Complementary color
Monochromatic Colors of #DCB13E
Black with #DCB13E
Text Example
Text Example
White with #DCB13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB13E; }
p { color: rgb(220,177,62); }
H1.HeaderClassName
{
color: #DCB13E;
}
.AnyTagClassName
{
color: #DCB13E;
}
</style>
background-color css
<style>
a { background-color: #DCB13E; }
a { background-color: rgb(220,177,62); }
div.DivClassName
{
background-color: #DCB13E;
}
.BgClassName
{
background-color: #DCB13E;
}
</style>
border-color css
<style>
span { border-color: #DCB13E; }
span { border-color: rgb(220,177,62); }
td.TdClassName
{
border-color: #DCB13E;
}
.TagClassName
{
border-color: #DCB13E;
}
</style>