Shades of Tulip Tree #DCAE3D
Tints of Tulip Tree #DCAE3D
RGB
CMYK
RGB Variations
Color information
#DCAE3D (or 0xDCAE3D) is known color: Tulip Tree. HEX triplet: DC, AE and 3D. RGB value is (220,174,61). Sum of RGB (Red+Green+Blue) = 220+174+61=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE3D is #2351C2. Grayscale: #AFAFAF. Windows color (decimal): -2314691 or 4042460. OLE color: 4042460.
HSL color Cylindrical-coordinate representation of color #DCAE3D: hue angle of 42.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCAE3D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 61 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.14 |
| HSL | 42.64º | 0.69% | 0.55% | - |
| HSV(B) | 42.64º | 0.72% | 0.86% | - |
| XYZ | 45.49 | 45.82 | 10.86 | - |
| YUV | 174.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 61 | 0 | 0.21 | 0.72 | 0.14 | 42.64 | 0.69 | 0.55 |
| Hex | DC | AE | 3D | 0 | 15 | 48 | E | 2B | 45 | 37 |
| Octal | 334 | 256 | 75 | 0 | 25 | 110 | 16 | 53 | 105 | 67 |
| Binary | 11011100 | 10101110 | 111101 | 0 | 10101 | 1001000 | 1110 | 101011 | 1000101 | 110111 |
Color Harmonies of #DCAE3D
Complementary color
Monochromatic Colors of #DCAE3D
Black with #DCAE3D
Text Example
Text Example
White with #DCAE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE3D; }
p { color: rgb(220,174,61); }
H1.HeaderClassName
{
color: #DCAE3D;
}
.AnyTagClassName
{
color: #DCAE3D;
}
</style>
background-color css
<style>
a { background-color: #DCAE3D; }
a { background-color: rgb(220,174,61); }
div.DivClassName
{
background-color: #DCAE3D;
}
.BgClassName
{
background-color: #DCAE3D;
}
</style>
border-color css
<style>
span { border-color: #DCAE3D; }
span { border-color: rgb(220,174,61); }
td.TdClassName
{
border-color: #DCAE3D;
}
.TagClassName
{
border-color: #DCAE3D;
}
</style>