Shades of Tulip Tree #D6A23D
Tints of Tulip Tree #D6A23D
RGB
CMYK
RGB Variations
Color information
#D6A23D (or 0xD6A23D) is known color: Tulip Tree. HEX triplet: D6, A2 and 3D. RGB value is (214,162,61). Sum of RGB (Red+Green+Blue) = 214+162+61=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A23D is #295DC2. Grayscale: #A6A6A6. Windows color (decimal): -2710979 or 4039382. OLE color: 4039382.
HSL color Cylindrical-coordinate representation of color #D6A23D: hue angle of 39.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6A23D is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 61 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.16 |
| HSL | 39.61º | 0.65% | 0.54% | - |
| HSV(B) | 39.61º | 0.71% | 0.84% | - |
| XYZ | 41.49 | 40.47 | 10.04 | - |
| YUV | 166.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 61 | 0 | 0.24 | 0.71 | 0.16 | 39.61 | 0.65 | 0.54 |
| Hex | D6 | A2 | 3D | 0 | 18 | 47 | 10 | 28 | 41 | 36 |
| Octal | 326 | 242 | 75 | 0 | 30 | 107 | 20 | 50 | 101 | 66 |
| Binary | 11010110 | 10100010 | 111101 | 0 | 11000 | 1000111 | 10000 | 101000 | 1000001 | 110110 |
Color Harmonies of #D6A23D
Complementary color
Monochromatic Colors of #D6A23D
Black with #D6A23D
Text Example
Text Example
White with #D6A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A23D; }
p { color: rgb(214,162,61); }
H1.HeaderClassName
{
color: #D6A23D;
}
.AnyTagClassName
{
color: #D6A23D;
}
</style>
background-color css
<style>
a { background-color: #D6A23D; }
a { background-color: rgb(214,162,61); }
div.DivClassName
{
background-color: #D6A23D;
}
.BgClassName
{
background-color: #D6A23D;
}
</style>
border-color css
<style>
span { border-color: #D6A23D; }
span { border-color: rgb(214,162,61); }
td.TdClassName
{
border-color: #D6A23D;
}
.TagClassName
{
border-color: #D6A23D;
}
</style>