Shades of Sunglow #FFCD3D
Tints of Sunglow #FFCD3D
RGB
CMYK
RGB Variations
Color information
#FFCD3D (or 0xFFCD3D) is known color: Sunglow. HEX triplet: FF, CD and 3D. RGB value is (255,205,61). Sum of RGB (Red+Green+Blue) = 255+205+61=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD3D is #0032C2. Grayscale: #CCCCCC. Windows color (decimal): -12995 or 4050431. OLE color: 4050431.
HSL color Cylindrical-coordinate representation of color #FFCD3D: hue angle of 44.54º 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 #FFCD3D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 61 | - |
| CMYK | 0 | 0.20 | 0.76 | 0 |
| HSL | 44.54º | 1% | 0.62% | - |
| HSV(B) | 44.54º | 0.76% | 1% | - |
| XYZ | 63.91 | 65.26 | 13.64 | - |
| YUV | 203.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 61 | 0 | 0.20 | 0.76 | 0 | 44.54 | 1 | 0.62 |
| Hex | FF | CD | 3D | 0 | 14 | 4C | 0 | 2D | 64 | 3E |
| Octal | 377 | 315 | 75 | 0 | 24 | 114 | 0 | 55 | 144 | 76 |
| Binary | 11111111 | 11001101 | 111101 | 0 | 10100 | 1001100 | 0 | 101101 | 1100100 | 111110 |
Color Harmonies of #FFCD3D
Complementary color
Monochromatic Colors of #FFCD3D
Black with #FFCD3D
Text Example
Text Example
White with #FFCD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD3D; }
p { color: rgb(255,205,61); }
H1.HeaderClassName
{
color: #FFCD3D;
}
.AnyTagClassName
{
color: #FFCD3D;
}
</style>
background-color css
<style>
a { background-color: #FFCD3D; }
a { background-color: rgb(255,205,61); }
div.DivClassName
{
background-color: #FFCD3D;
}
.BgClassName
{
background-color: #FFCD3D;
}
</style>
border-color css
<style>
span { border-color: #FFCD3D; }
span { border-color: rgb(255,205,61); }
td.TdClassName
{
border-color: #FFCD3D;
}
.TagClassName
{
border-color: #FFCD3D;
}
</style>