Shades of Gorse #FDDC3D
Tints of Gorse #FDDC3D
RGB
CMYK
RGB Variations
Color information
#FDDC3D (or 0xFDDC3D) is known color: Gorse. HEX triplet: FD, DC and 3D. RGB value is (253,220,61). Sum of RGB (Red+Green+Blue) = 253+220+61=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC3D is #0223C2. Grayscale: #D4D4D4. Windows color (decimal): -140227 or 4054269. OLE color: 4054269.
HSL color Cylindrical-coordinate representation of color #FDDC3D: hue angle of 49.69º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDDC3D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 61 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.01 |
| HSL | 49.69º | 0.98% | 0.62% | - |
| HSV(B) | 49.69º | 0.76% | 0.99% | - |
| XYZ | 66.94 | 72.41 | 14.86 | - |
| YUV | 211.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 61 | 0 | 0.13 | 0.76 | 0.01 | 49.69 | 0.98 | 0.62 |
| Hex | FD | DC | 3D | 0 | D | 4C | 1 | 32 | 62 | 3E |
| Octal | 375 | 334 | 75 | 0 | 15 | 114 | 1 | 62 | 142 | 76 |
| Binary | 11111101 | 11011100 | 111101 | 0 | 1101 | 1001100 | 1 | 110010 | 1100010 | 111110 |
Color Harmonies of #FDDC3D
Complementary color
Monochromatic Colors of #FDDC3D
Black with #FDDC3D
Text Example
Text Example
White with #FDDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC3D; }
p { color: rgb(253,220,61); }
H1.HeaderClassName
{
color: #FDDC3D;
}
.AnyTagClassName
{
color: #FDDC3D;
}
</style>
background-color css
<style>
a { background-color: #FDDC3D; }
a { background-color: rgb(253,220,61); }
div.DivClassName
{
background-color: #FDDC3D;
}
.BgClassName
{
background-color: #FDDC3D;
}
</style>
border-color css
<style>
span { border-color: #FDDC3D; }
span { border-color: rgb(253,220,61); }
td.TdClassName
{
border-color: #FDDC3D;
}
.TagClassName
{
border-color: #FDDC3D;
}
</style>