Shades of Tulip Tree #DCAF43
Tints of Tulip Tree #DCAF43
RGB
CMYK
RGB Variations
Color information
#DCAF43 (or 0xDCAF43) is known color: Tulip Tree. HEX triplet: DC, AF and 43. RGB value is (220,175,67). Sum of RGB (Red+Green+Blue) = 220+175+67=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF43 is #2350BC. Grayscale: #B0B0B0. Windows color (decimal): -2314429 or 4435932. OLE color: 4435932.
HSL color Cylindrical-coordinate representation of color #DCAF43: hue angle of 42.35º 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 #DCAF43 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 67 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.14 |
| HSL | 42.35º | 0.69% | 0.56% | - |
| HSV(B) | 42.35º | 0.7% | 0.86% | - |
| XYZ | 45.86 | 46.28 | 11.83 | - |
| YUV | 176.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 67 | 0 | 0.20 | 0.70 | 0.14 | 42.35 | 0.69 | 0.56 |
| Hex | DC | AF | 43 | 0 | 14 | 46 | E | 2A | 45 | 38 |
| Octal | 334 | 257 | 103 | 0 | 24 | 106 | 16 | 52 | 105 | 70 |
| Binary | 11011100 | 10101111 | 1000011 | 0 | 10100 | 1000110 | 1110 | 101010 | 1000101 | 111000 |
Color Harmonies of #DCAF43
Complementary color
Monochromatic Colors of #DCAF43
Black with #DCAF43
Text Example
Text Example
White with #DCAF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF43; }
p { color: rgb(220,175,67); }
H1.HeaderClassName
{
color: #DCAF43;
}
.AnyTagClassName
{
color: #DCAF43;
}
</style>
background-color css
<style>
a { background-color: #DCAF43; }
a { background-color: rgb(220,175,67); }
div.DivClassName
{
background-color: #DCAF43;
}
.BgClassName
{
background-color: #DCAF43;
}
</style>
border-color css
<style>
span { border-color: #DCAF43; }
span { border-color: rgb(220,175,67); }
td.TdClassName
{
border-color: #DCAF43;
}
.TagClassName
{
border-color: #DCAF43;
}
</style>