Shades of Sunglow #FFCD37
Tints of Sunglow #FFCD37
RGB
CMYK
RGB Variations
Color information
#FFCD37 (or 0xFFCD37) is known color: Sunglow. HEX triplet: FF, CD and 37. RGB value is (255,205,55). Sum of RGB (Red+Green+Blue) = 255+205+55=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD37 is #0032C8. Grayscale: #CBCBCB. Windows color (decimal): -13001 or 3657215. OLE color: 3657215.
HSL color Cylindrical-coordinate representation of color #FFCD37: hue angle of 45º 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 #FFCD37 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 55 | - |
| CMYK | 0 | 0.20 | 0.78 | 0 |
| HSL | 45º | 1% | 0.61% | - |
| HSV(B) | 45º | 0.78% | 1% | - |
| XYZ | 63.76 | 65.2 | 12.84 | - |
| YUV | 202.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 55 | 0 | 0.20 | 0.78 | 0 | 45 | 1 | 0.61 |
| Hex | FF | CD | 37 | 0 | 14 | 4E | 0 | 2D | 64 | 3D |
| Octal | 377 | 315 | 67 | 0 | 24 | 116 | 0 | 55 | 144 | 75 |
| Binary | 11111111 | 11001101 | 110111 | 0 | 10100 | 1001110 | 0 | 101101 | 1100100 | 111101 |
Color Harmonies of #FFCD37
Complementary color
Monochromatic Colors of #FFCD37
Black with #FFCD37
Text Example
Text Example
White with #FFCD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD37; }
p { color: rgb(255,205,55); }
H1.HeaderClassName
{
color: #FFCD37;
}
.AnyTagClassName
{
color: #FFCD37;
}
</style>
background-color css
<style>
a { background-color: #FFCD37; }
a { background-color: rgb(255,205,55); }
div.DivClassName
{
background-color: #FFCD37;
}
.BgClassName
{
background-color: #FFCD37;
}
</style>
border-color css
<style>
span { border-color: #FFCD37; }
span { border-color: rgb(255,205,55); }
td.TdClassName
{
border-color: #FFCD37;
}
.TagClassName
{
border-color: #FFCD37;
}
</style>