Shades of Gorse #FFDD3D
Tints of Gorse #FFDD3D
RGB
CMYK
RGB Variations
Color information
#FFDD3D (or 0xFFDD3D) is known color: Gorse. HEX triplet: FF, DD and 3D. RGB value is (255,221,61). Sum of RGB (Red+Green+Blue) = 255+221+61=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD3D is #0022C2. Grayscale: #D5D5D5. Windows color (decimal): -8899 or 4054527. OLE color: 4054527.
HSL color Cylindrical-coordinate representation of color #FFDD3D: hue angle of 49.48º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFDD3D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 61 | - |
| CMYK | 0 | 0.13 | 0.76 | 0 |
| HSL | 49.48º | 1% | 0.62% | - |
| HSV(B) | 49.48º | 0.76% | 1% | - |
| XYZ | 67.94 | 73.31 | 14.98 | - |
| YUV | 212.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 61 | 0 | 0.13 | 0.76 | 0 | 49.48 | 1 | 0.62 |
| Hex | FF | DD | 3D | 0 | D | 4C | 0 | 31 | 64 | 3E |
| Octal | 377 | 335 | 75 | 0 | 15 | 114 | 0 | 61 | 144 | 76 |
| Binary | 11111111 | 11011101 | 111101 | 0 | 1101 | 1001100 | 0 | 110001 | 1100100 | 111110 |
Color Harmonies of #FFDD3D
Complementary color
Monochromatic Colors of #FFDD3D
Black with #FFDD3D
Text Example
Text Example
White with #FFDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD3D; }
p { color: rgb(255,221,61); }
H1.HeaderClassName
{
color: #FFDD3D;
}
.AnyTagClassName
{
color: #FFDD3D;
}
</style>
background-color css
<style>
a { background-color: #FFDD3D; }
a { background-color: rgb(255,221,61); }
div.DivClassName
{
background-color: #FFDD3D;
}
.BgClassName
{
background-color: #FFDD3D;
}
</style>
border-color css
<style>
span { border-color: #FFDD3D; }
span { border-color: rgb(255,221,61); }
td.TdClassName
{
border-color: #FFDD3D;
}
.TagClassName
{
border-color: #FFDD3D;
}
</style>