Shades of Gorse #FFD838
Tints of Gorse #FFD838
RGB
CMYK
RGB Variations
Color information
#FFD838 (or 0xFFD838) is known color: Gorse. HEX triplet: FF, D8 and 38. RGB value is (255,216,56). Sum of RGB (Red+Green+Blue) = 255+216+56=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 56 (22.27% from 255 or 10.63% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD838 is #0027C7. Grayscale: #D2D2D2. Windows color (decimal): -10184 or 3725567. OLE color: 3725567.
HSL color Cylindrical-coordinate representation of color #FFD838: hue angle of 48.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFD838 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 56 | - |
| CMYK | 0 | 0.15 | 0.78 | 0 |
| HSL | 48.24º | 1% | 0.61% | - |
| HSV(B) | 48.24º | 0.78% | 1% | - |
| XYZ | 66.51 | 70.66 | 13.87 | - |
| YUV | 209.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 56 | 0 | 0.15 | 0.78 | 0 | 48.24 | 1 | 0.61 |
| Hex | FF | D8 | 38 | 0 | F | 4E | 0 | 30 | 64 | 3D |
| Octal | 377 | 330 | 70 | 0 | 17 | 116 | 0 | 60 | 144 | 75 |
| Binary | 11111111 | 11011000 | 111000 | 0 | 1111 | 1001110 | 0 | 110000 | 1100100 | 111101 |
Color Harmonies of #FFD838
Complementary color
Monochromatic Colors of #FFD838
Black with #FFD838
Text Example
Text Example
White with #FFD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD838; }
p { color: rgb(255,216,56); }
H1.HeaderClassName
{
color: #FFD838;
}
.AnyTagClassName
{
color: #FFD838;
}
</style>
background-color css
<style>
a { background-color: #FFD838; }
a { background-color: rgb(255,216,56); }
div.DivClassName
{
background-color: #FFD838;
}
.BgClassName
{
background-color: #FFD838;
}
</style>
border-color css
<style>
span { border-color: #FFD838; }
span { border-color: rgb(255,216,56); }
td.TdClassName
{
border-color: #FFD838;
}
.TagClassName
{
border-color: #FFD838;
}
</style>