Shades of Gorse #FFDC32
Tints of Gorse #FFDC32
RGB
CMYK
RGB Variations
Color information
#FFDC32 (or 0xFFDC32) is known color: Gorse. HEX triplet: FF, DC and 32. RGB value is (255,220,50). Sum of RGB (Red+Green+Blue) = 255+220+50=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC32 is #0023CD. Grayscale: #D3D3D3. Windows color (decimal): -9166 or 3333375. OLE color: 3333375.
HSL color Cylindrical-coordinate representation of color #FFDC32: hue angle of 49.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFDC32 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 220 | 50 | - |
CMYK | 0 | 0.14 | 0.80 | 0 |
HSL | 49.76º | 1% | 0.6% | - |
HSV(B) | 49.76º | 0.8% | 1% | - |
XYZ | 67.41 | 72.68 | 13.49 | - |
YUV | 211.09 | 37.1 | 159.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 220 | 50 | 0 | 0.14 | 0.80 | 0 | 49.76 | 1 | 0.6 |
Hex | FF | DC | 32 | 0 | E | 50 | 0 | 32 | 64 | 3C |
Octal | 377 | 334 | 62 | 0 | 16 | 120 | 0 | 62 | 144 | 74 |
Binary | 11111111 | 11011100 | 110010 | 0 | 1110 | 1010000 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDC32
Complementary color
Monochromatic Colors of #FFDC32
Black with #FFDC32
Text Example
Text Example
White with #FFDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC32; }
p { color: rgb(255,220,50); }
H1.HeaderClassName
{
color: #FFDC32;
}
.AnyTagClassName
{
color: #FFDC32;
}
</style>
background-color css
<style>
a { background-color: #FFDC32; }
a { background-color: rgb(255,220,50); }
div.DivClassName
{
background-color: #FFDC32;
}
.BgClassName
{
background-color: #FFDC32;
}
</style>
border-color css
<style>
span { border-color: #FFDC32; }
span { border-color: rgb(255,220,50); }
td.TdClassName
{
border-color: #FFDC32;
}
.TagClassName
{
border-color: #FFDC32;
}
</style>