Shades of Grandis #FFCD71
Tints of Grandis #FFCD71
RGB
CMYK
RGB Variations
Color information
#FFCD71 (or 0xFFCD71) is known color: Grandis. HEX triplet: FF, CD and 71. RGB value is (255,205,113). Sum of RGB (Red+Green+Blue) = 255+205+113=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD71 is #00328E. Grayscale: #D1D1D1. Windows color (decimal): -12943 or 7458303. OLE color: 7458303.
HSL color Cylindrical-coordinate representation of color #FFCD71: hue angle of 38.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFCD71 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 113 | - |
| CMYK | 0 | 0.20 | 0.56 | 0 |
| HSL | 38.87º | 1% | 0.72% | - |
| HSV(B) | 38.87º | 0.56% | 1% | - |
| XYZ | 66.05 | 66.11 | 24.9 | - |
| YUV | 209.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 113 | 0 | 0.20 | 0.56 | 0 | 38.87 | 1 | 0.72 |
| Hex | FF | CD | 71 | 0 | 14 | 38 | 0 | 27 | 64 | 48 |
| Octal | 377 | 315 | 161 | 0 | 24 | 70 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001101 | 1110001 | 0 | 10100 | 111000 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCD71
Complementary color
Monochromatic Colors of #FFCD71
Black with #FFCD71
Text Example
Text Example
White with #FFCD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD71; }
p { color: rgb(255,205,113); }
H1.HeaderClassName
{
color: #FFCD71;
}
.AnyTagClassName
{
color: #FFCD71;
}
</style>
background-color css
<style>
a { background-color: #FFCD71; }
a { background-color: rgb(255,205,113); }
div.DivClassName
{
background-color: #FFCD71;
}
.BgClassName
{
background-color: #FFCD71;
}
</style>
border-color css
<style>
span { border-color: #FFCD71; }
span { border-color: rgb(255,205,113); }
td.TdClassName
{
border-color: #FFCD71;
}
.TagClassName
{
border-color: #FFCD71;
}
</style>