Shades of Tulip Tree #DCB143
Tints of Tulip Tree #DCB143
RGB
CMYK
RGB Variations
Color information
#DCB143 (or 0xDCB143) is known color: Tulip Tree. HEX triplet: DC, B1 and 43. RGB value is (220,177,67). Sum of RGB (Red+Green+Blue) = 220+177+67=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB143 is #234EBC. Grayscale: #B1B1B1. Windows color (decimal): -2313917 or 4436444. OLE color: 4436444.
HSL color Cylindrical-coordinate representation of color #DCB143: hue angle of 43.14º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCB143 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 67 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.14 |
| HSL | 43.14º | 0.69% | 0.56% | - |
| HSV(B) | 43.14º | 0.7% | 0.86% | - |
| XYZ | 46.25 | 47.07 | 11.96 | - |
| YUV | 177.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 67 | 0 | 0.20 | 0.70 | 0.14 | 43.14 | 0.69 | 0.56 |
| Hex | DC | B1 | 43 | 0 | 14 | 46 | E | 2B | 45 | 38 |
| Octal | 334 | 261 | 103 | 0 | 24 | 106 | 16 | 53 | 105 | 70 |
| Binary | 11011100 | 10110001 | 1000011 | 0 | 10100 | 1000110 | 1110 | 101011 | 1000101 | 111000 |
Color Harmonies of #DCB143
Complementary color
Monochromatic Colors of #DCB143
Black with #DCB143
Text Example
Text Example
White with #DCB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB143; }
p { color: rgb(220,177,67); }
H1.HeaderClassName
{
color: #DCB143;
}
.AnyTagClassName
{
color: #DCB143;
}
</style>
background-color css
<style>
a { background-color: #DCB143; }
a { background-color: rgb(220,177,67); }
div.DivClassName
{
background-color: #DCB143;
}
.BgClassName
{
background-color: #DCB143;
}
</style>
border-color css
<style>
span { border-color: #DCB143; }
span { border-color: rgb(220,177,67); }
td.TdClassName
{
border-color: #DCB143;
}
.TagClassName
{
border-color: #DCB143;
}
</style>