Shades of Buttercup #D69719
Tints of Buttercup #D69719
RGB
CMYK
RGB Variations
Color information
#D69719 (or 0xD69719) is known color: Buttercup. HEX triplet: D6, 97 and 19. RGB value is (214,151,25). Sum of RGB (Red+Green+Blue) = 214+151+25=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D69719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69719 is #2968E6. Grayscale: #9C9C9C. Windows color (decimal): -2713831 or 1677270. OLE color: 1677270.
HSL color Cylindrical-coordinate representation of color #D69719: hue angle of 40º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D69719 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 25 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.16 |
| HSL | 40º | 0.79% | 0.47% | - |
| HSV(B) | 40º | 0.88% | 0.84% | - |
| XYZ | 38.97 | 36.5 | 5.91 | - |
| YUV | 155.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 25 | 0 | 0.29 | 0.88 | 0.16 | 40 | 0.79 | 0.47 |
| Hex | D6 | 97 | 19 | 0 | 1D | 58 | 10 | 28 | 4F | 2F |
| Octal | 326 | 227 | 31 | 0 | 35 | 130 | 20 | 50 | 117 | 57 |
| Binary | 11010110 | 10010111 | 11001 | 0 | 11101 | 1011000 | 10000 | 101000 | 1001111 | 101111 |
Color Harmonies of #D69719
Complementary color
Monochromatic Colors of #D69719
Black with #D69719
Text Example
Text Example
White with #D69719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69719; }
p { color: rgb(214,151,25); }
H1.HeaderClassName
{
color: #D69719;
}
.AnyTagClassName
{
color: #D69719;
}
</style>
background-color css
<style>
a { background-color: #D69719; }
a { background-color: rgb(214,151,25); }
div.DivClassName
{
background-color: #D69719;
}
.BgClassName
{
background-color: #D69719;
}
</style>
border-color css
<style>
span { border-color: #D69719; }
span { border-color: rgb(214,151,25); }
td.TdClassName
{
border-color: #D69719;
}
.TagClassName
{
border-color: #D69719;
}
</style>