Shades of Tulip Tree #DCAF40
Tints of Tulip Tree #DCAF40
RGB
CMYK
RGB Variations
Color information
#DCAF40 (or 0xDCAF40) is known color: Tulip Tree. HEX triplet: DC, AF and 40. RGB value is (220,175,64). Sum of RGB (Red+Green+Blue) = 220+175+64=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF40 is #2350BF. Grayscale: #B0B0B0. Windows color (decimal): -2314432 or 4239324. OLE color: 4239324.
HSL color Cylindrical-coordinate representation of color #DCAF40: hue angle of 42.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCAF40 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 64 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.14 |
| HSL | 42.69º | 0.69% | 0.56% | - |
| HSV(B) | 42.69º | 0.71% | 0.86% | - |
| XYZ | 45.77 | 46.25 | 11.36 | - |
| YUV | 175.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 64 | 0 | 0.20 | 0.71 | 0.14 | 42.69 | 0.69 | 0.56 |
| Hex | DC | AF | 40 | 0 | 14 | 47 | E | 2B | 45 | 38 |
| Octal | 334 | 257 | 100 | 0 | 24 | 107 | 16 | 53 | 105 | 70 |
| Binary | 11011100 | 10101111 | 1000000 | 0 | 10100 | 1000111 | 1110 | 101011 | 1000101 | 111000 |
Color Harmonies of #DCAF40
Complementary color
Monochromatic Colors of #DCAF40
Black with #DCAF40
Text Example
Text Example
White with #DCAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF40; }
p { color: rgb(220,175,64); }
H1.HeaderClassName
{
color: #DCAF40;
}
.AnyTagClassName
{
color: #DCAF40;
}
</style>
background-color css
<style>
a { background-color: #DCAF40; }
a { background-color: rgb(220,175,64); }
div.DivClassName
{
background-color: #DCAF40;
}
.BgClassName
{
background-color: #DCAF40;
}
</style>
border-color css
<style>
span { border-color: #DCAF40; }
span { border-color: rgb(220,175,64); }
td.TdClassName
{
border-color: #DCAF40;
}
.TagClassName
{
border-color: #DCAF40;
}
</style>