Shades of Buttercup #D68F2B
Tints of Buttercup #D68F2B
RGB
CMYK
RGB Variations
Color information
#D68F2B (or 0xD68F2B) is known color: Buttercup. HEX triplet: D6, 8F and 2B. RGB value is (214,143,43). Sum of RGB (Red+Green+Blue) = 214+143+43=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F2B is #2970D4. Grayscale: #999999. Windows color (decimal): -2715861 or 2854870. OLE color: 2854870.
HSL color Cylindrical-coordinate representation of color #D68F2B: hue angle of 35.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D68F2B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 43 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.16 |
| HSL | 35.09º | 0.68% | 0.5% | - |
| HSV(B) | 35.09º | 0.8% | 0.84% | - |
| XYZ | 37.99 | 34.12 | 6.87 | - |
| YUV | 152.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 43 | 0 | 0.33 | 0.80 | 0.16 | 35.09 | 0.68 | 0.5 |
| Hex | D6 | 8F | 2B | 0 | 21 | 50 | 10 | 23 | 44 | 32 |
| Octal | 326 | 217 | 53 | 0 | 41 | 120 | 20 | 43 | 104 | 62 |
| Binary | 11010110 | 10001111 | 101011 | 0 | 100001 | 1010000 | 10000 | 100011 | 1000100 | 110010 |
Color Harmonies of #D68F2B
Complementary color
Monochromatic Colors of #D68F2B
Black with #D68F2B
Text Example
Text Example
White with #D68F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F2B; }
p { color: rgb(214,143,43); }
H1.HeaderClassName
{
color: #D68F2B;
}
.AnyTagClassName
{
color: #D68F2B;
}
</style>
background-color css
<style>
a { background-color: #D68F2B; }
a { background-color: rgb(214,143,43); }
div.DivClassName
{
background-color: #D68F2B;
}
.BgClassName
{
background-color: #D68F2B;
}
</style>
border-color css
<style>
span { border-color: #D68F2B; }
span { border-color: rgb(214,143,43); }
td.TdClassName
{
border-color: #D68F2B;
}
.TagClassName
{
border-color: #D68F2B;
}
</style>