Shades of Tulip Tree #DCB142
Tints of Tulip Tree #DCB142
RGB
CMYK
RGB Variations
Color information
#DCB142 (or 0xDCB142) is known color: Tulip Tree. HEX triplet: DC, B1 and 42. RGB value is (220,177,66). Sum of RGB (Red+Green+Blue) = 220+177+66=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB142 is #234EBD. Grayscale: #B1B1B1. Windows color (decimal): -2313918 or 4370908. OLE color: 4370908.
HSL color Cylindrical-coordinate representation of color #DCB142: hue angle of 43.25º 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 #DCB142 is Cyan = 0, Magento = 0.20, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 66 | - |
| CMYK | 0 | 0.20 | 0.7 | 0.14 |
| HSL | 43.25º | 0.69% | 0.56% | - |
| HSV(B) | 43.25º | 0.7% | 0.86% | - |
| XYZ | 46.22 | 47.05 | 11.8 | - |
| YUV | 177.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 66 | 0 | 0.20 | 0.7 | 0.14 | 43.25 | 0.69 | 0.56 |
| Hex | DC | B1 | 42 | 0 | 14 | 46 | E | 2B | 45 | 38 |
| Octal | 334 | 261 | 102 | 0 | 24 | 106 | 16 | 53 | 105 | 70 |
| Binary | 11011100 | 10110001 | 1000010 | 0 | 10100 | 1000110 | 1110 | 101011 | 1000101 | 111000 |
Color Harmonies of #DCB142
Complementary color
Monochromatic Colors of #DCB142
Black with #DCB142
Text Example
Text Example
White with #DCB142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB142; }
p { color: rgb(220,177,66); }
H1.HeaderClassName
{
color: #DCB142;
}
.AnyTagClassName
{
color: #DCB142;
}
</style>
background-color css
<style>
a { background-color: #DCB142; }
a { background-color: rgb(220,177,66); }
div.DivClassName
{
background-color: #DCB142;
}
.BgClassName
{
background-color: #DCB142;
}
</style>
border-color css
<style>
span { border-color: #DCB142; }
span { border-color: rgb(220,177,66); }
td.TdClassName
{
border-color: #DCB142;
}
.TagClassName
{
border-color: #DCB142;
}
</style>