Shades of Tulip Tree #DCB23F
Tints of Tulip Tree #DCB23F
RGB
CMYK
RGB Variations
Color information
#DCB23F (or 0xDCB23F) is known color: Tulip Tree. HEX triplet: DC, B2 and 3F. RGB value is (220,178,63). Sum of RGB (Red+Green+Blue) = 220+178+63=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB23F is #234DC0. Grayscale: #B1B1B1. Windows color (decimal): -2313665 or 4174556. OLE color: 4174556.
HSL color Cylindrical-coordinate representation of color #DCB23F: hue angle of 43.95º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCB23F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 63 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.14 |
| HSL | 43.95º | 0.69% | 0.55% | - |
| HSV(B) | 43.95º | 0.71% | 0.86% | - |
| XYZ | 46.33 | 47.42 | 11.41 | - |
| YUV | 177.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 63 | 0 | 0.19 | 0.71 | 0.14 | 43.95 | 0.69 | 0.55 |
| Hex | DC | B2 | 3F | 0 | 13 | 47 | E | 2C | 45 | 37 |
| Octal | 334 | 262 | 77 | 0 | 23 | 107 | 16 | 54 | 105 | 67 |
| Binary | 11011100 | 10110010 | 111111 | 0 | 10011 | 1000111 | 1110 | 101100 | 1000101 | 110111 |
Color Harmonies of #DCB23F
Complementary color
Monochromatic Colors of #DCB23F
Black with #DCB23F
Text Example
Text Example
White with #DCB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB23F; }
p { color: rgb(220,178,63); }
H1.HeaderClassName
{
color: #DCB23F;
}
.AnyTagClassName
{
color: #DCB23F;
}
</style>
background-color css
<style>
a { background-color: #DCB23F; }
a { background-color: rgb(220,178,63); }
div.DivClassName
{
background-color: #DCB23F;
}
.BgClassName
{
background-color: #DCB23F;
}
</style>
border-color css
<style>
span { border-color: #DCB23F; }
span { border-color: rgb(220,178,63); }
td.TdClassName
{
border-color: #DCB23F;
}
.TagClassName
{
border-color: #DCB23F;
}
</style>