Shades of Buttercup #D28A1D
Tints of Buttercup #D28A1D
RGB
CMYK
RGB Variations
Color information
#D28A1D (or 0xD28A1D) is known color: Buttercup. HEX triplet: D2, 8A and 1D. RGB value is (210,138,29). Sum of RGB (Red+Green+Blue) = 210+138+29=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A1D is #2D75E2. Grayscale: #939393. Windows color (decimal): -2979299 or 1936082. OLE color: 1936082.
HSL color Cylindrical-coordinate representation of color #D28A1D: hue angle of 36.13º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D28A1D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 29 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.18 |
| HSL | 36.13º | 0.76% | 0.47% | - |
| HSV(B) | 36.13º | 0.86% | 0.82% | - |
| XYZ | 35.89 | 31.97 | 5.44 | - |
| YUV | 147.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 29 | 0 | 0.34 | 0.86 | 0.18 | 36.13 | 0.76 | 0.47 |
| Hex | D2 | 8A | 1D | 0 | 22 | 56 | 12 | 24 | 4C | 2F |
| Octal | 322 | 212 | 35 | 0 | 42 | 126 | 22 | 44 | 114 | 57 |
| Binary | 11010010 | 10001010 | 11101 | 0 | 100010 | 1010110 | 10010 | 100100 | 1001100 | 101111 |
Color Harmonies of #D28A1D
Complementary color
Monochromatic Colors of #D28A1D
Black with #D28A1D
Text Example
Text Example
White with #D28A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A1D; }
p { color: rgb(210,138,29); }
H1.HeaderClassName
{
color: #D28A1D;
}
.AnyTagClassName
{
color: #D28A1D;
}
</style>
background-color css
<style>
a { background-color: #D28A1D; }
a { background-color: rgb(210,138,29); }
div.DivClassName
{
background-color: #D28A1D;
}
.BgClassName
{
background-color: #D28A1D;
}
</style>
border-color css
<style>
span { border-color: #D28A1D; }
span { border-color: rgb(210,138,29); }
td.TdClassName
{
border-color: #D28A1D;
}
.TagClassName
{
border-color: #D28A1D;
}
</style>