Shades of Sunglow #FFCD44
Tints of Sunglow #FFCD44
RGB
CMYK
RGB Variations
Color information
#FFCD44 (or 0xFFCD44) is known color: Sunglow. HEX triplet: FF, CD and 44. RGB value is (255,205,68). Sum of RGB (Red+Green+Blue) = 255+205+68=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD44 is #0032BB. Grayscale: #CCCCCC. Windows color (decimal): -12988 or 4509183. OLE color: 4509183.
HSL color Cylindrical-coordinate representation of color #FFCD44: hue angle of 43.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFCD44 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0 |
| HSL | 43.96º | 1% | 0.63% | - |
| HSV(B) | 43.96º | 0.73% | 1% | - |
| XYZ | 64.11 | 65.34 | 14.7 | - |
| YUV | 204.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 68 | 0 | 0.20 | 0.73 | 0 | 43.96 | 1 | 0.63 |
| Hex | FF | CD | 44 | 0 | 14 | 49 | 0 | 2C | 64 | 3F |
| Octal | 377 | 315 | 104 | 0 | 24 | 111 | 0 | 54 | 144 | 77 |
| Binary | 11111111 | 11001101 | 1000100 | 0 | 10100 | 1001001 | 0 | 101100 | 1100100 | 111111 |
Color Harmonies of #FFCD44
Complementary color
Monochromatic Colors of #FFCD44
Black with #FFCD44
Text Example
Text Example
White with #FFCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD44; }
p { color: rgb(255,205,68); }
H1.HeaderClassName
{
color: #FFCD44;
}
.AnyTagClassName
{
color: #FFCD44;
}
</style>
background-color css
<style>
a { background-color: #FFCD44; }
a { background-color: rgb(255,205,68); }
div.DivClassName
{
background-color: #FFCD44;
}
.BgClassName
{
background-color: #FFCD44;
}
</style>
border-color css
<style>
span { border-color: #FFCD44; }
span { border-color: rgb(255,205,68); }
td.TdClassName
{
border-color: #FFCD44;
}
.TagClassName
{
border-color: #FFCD44;
}
</style>