Shades of Tulip Tree #DCAF44
Tints of Tulip Tree #DCAF44
RGB
CMYK
RGB Variations
Color information
#DCAF44 (or 0xDCAF44) is known color: Tulip Tree. HEX triplet: DC, AF and 44. RGB value is (220,175,68). Sum of RGB (Red+Green+Blue) = 220+175+68=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF44 is #2350BB. Grayscale: #B0B0B0. Windows color (decimal): -2314428 or 4501468. OLE color: 4501468.
HSL color Cylindrical-coordinate representation of color #DCAF44: hue angle of 42.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCAF44 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 68 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.14 |
| HSL | 42.24º | 0.68% | 0.56% | - |
| HSV(B) | 42.24º | 0.69% | 0.86% | - |
| XYZ | 45.89 | 46.29 | 11.99 | - |
| YUV | 176.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 68 | 0 | 0.20 | 0.69 | 0.14 | 42.24 | 0.68 | 0.56 |
| Hex | DC | AF | 44 | 0 | 14 | 45 | E | 2A | 44 | 38 |
| Octal | 334 | 257 | 104 | 0 | 24 | 105 | 16 | 52 | 104 | 70 |
| Binary | 11011100 | 10101111 | 1000100 | 0 | 10100 | 1000101 | 1110 | 101010 | 1000100 | 111000 |
Color Harmonies of #DCAF44
Complementary color
Monochromatic Colors of #DCAF44
Black with #DCAF44
Text Example
Text Example
White with #DCAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF44; }
p { color: rgb(220,175,68); }
H1.HeaderClassName
{
color: #DCAF44;
}
.AnyTagClassName
{
color: #DCAF44;
}
</style>
background-color css
<style>
a { background-color: #DCAF44; }
a { background-color: rgb(220,175,68); }
div.DivClassName
{
background-color: #DCAF44;
}
.BgClassName
{
background-color: #DCAF44;
}
</style>
border-color css
<style>
span { border-color: #DCAF44; }
span { border-color: rgb(220,175,68); }
td.TdClassName
{
border-color: #DCAF44;
}
.TagClassName
{
border-color: #DCAF44;
}
</style>