Shades of Buttercup #D68C1B
Tints of Buttercup #D68C1B
RGB
CMYK
RGB Variations
Color information
#D68C1B (or 0xD68C1B) is known color: Buttercup. HEX triplet: D6, 8C and 1B. RGB value is (214,140,27). Sum of RGB (Red+Green+Blue) = 214+140+27=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C1B is #2973E4. Grayscale: #959595. Windows color (decimal): -2716645 or 1805526. OLE color: 1805526.
HSL color Cylindrical-coordinate representation of color #D68C1B: hue angle of 36.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D68C1B is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 27 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.16 |
| HSL | 36.26º | 0.78% | 0.47% | - |
| HSV(B) | 36.26º | 0.87% | 0.84% | - |
| XYZ | 37.31 | 33.13 | 5.47 | - |
| YUV | 149.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 27 | 0 | 0.35 | 0.87 | 0.16 | 36.26 | 0.78 | 0.47 |
| Hex | D6 | 8C | 1B | 0 | 23 | 57 | 10 | 24 | 4E | 2F |
| Octal | 326 | 214 | 33 | 0 | 43 | 127 | 20 | 44 | 116 | 57 |
| Binary | 11010110 | 10001100 | 11011 | 0 | 100011 | 1010111 | 10000 | 100100 | 1001110 | 101111 |
Color Harmonies of #D68C1B
Complementary color
Monochromatic Colors of #D68C1B
Black with #D68C1B
Text Example
Text Example
White with #D68C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C1B; }
p { color: rgb(214,140,27); }
H1.HeaderClassName
{
color: #D68C1B;
}
.AnyTagClassName
{
color: #D68C1B;
}
</style>
background-color css
<style>
a { background-color: #D68C1B; }
a { background-color: rgb(214,140,27); }
div.DivClassName
{
background-color: #D68C1B;
}
.BgClassName
{
background-color: #D68C1B;
}
</style>
border-color css
<style>
span { border-color: #D68C1B; }
span { border-color: rgb(214,140,27); }
td.TdClassName
{
border-color: #D68C1B;
}
.TagClassName
{
border-color: #D68C1B;
}
</style>