Shades of Buttercup #D68F23
Tints of Buttercup #D68F23
RGB
CMYK
RGB Variations
Color information
#D68F23 (or 0xD68F23) is known color: Buttercup. HEX triplet: D6, 8F and 23. RGB value is (214,143,35). Sum of RGB (Red+Green+Blue) = 214+143+35=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F23 is #2970DC. Grayscale: #989898. Windows color (decimal): -2715869 or 2330582. OLE color: 2330582.
HSL color Cylindrical-coordinate representation of color #D68F23: hue angle of 36.2º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D68F23 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 35 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.16 |
| HSL | 36.2º | 0.72% | 0.49% | - |
| HSV(B) | 36.2º | 0.84% | 0.84% | - |
| XYZ | 37.86 | 34.06 | 6.17 | - |
| YUV | 151.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 35 | 0 | 0.33 | 0.84 | 0.16 | 36.2 | 0.72 | 0.49 |
| Hex | D6 | 8F | 23 | 0 | 21 | 54 | 10 | 24 | 48 | 31 |
| Octal | 326 | 217 | 43 | 0 | 41 | 124 | 20 | 44 | 110 | 61 |
| Binary | 11010110 | 10001111 | 100011 | 0 | 100001 | 1010100 | 10000 | 100100 | 1001000 | 110001 |
Color Harmonies of #D68F23
Complementary color
Monochromatic Colors of #D68F23
Black with #D68F23
Text Example
Text Example
White with #D68F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F23; }
p { color: rgb(214,143,35); }
H1.HeaderClassName
{
color: #D68F23;
}
.AnyTagClassName
{
color: #D68F23;
}
</style>
background-color css
<style>
a { background-color: #D68F23; }
a { background-color: rgb(214,143,35); }
div.DivClassName
{
background-color: #D68F23;
}
.BgClassName
{
background-color: #D68F23;
}
</style>
border-color css
<style>
span { border-color: #D68F23; }
span { border-color: rgb(214,143,35); }
td.TdClassName
{
border-color: #D68F23;
}
.TagClassName
{
border-color: #D68F23;
}
</style>