Shades of Grandis #FFCD6F
Tints of Grandis #FFCD6F
RGB
CMYK
RGB Variations
Color information
#FFCD6F (or 0xFFCD6F) is known color: Grandis. HEX triplet: FF, CD and 6F. RGB value is (255,205,111). Sum of RGB (Red+Green+Blue) = 255+205+111=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD6F is #003290. Grayscale: #D1D1D1. Windows color (decimal): -12945 or 7327231. OLE color: 7327231.
HSL color Cylindrical-coordinate representation of color #FFCD6F: hue angle of 39.17º 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 #FFCD6F is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 111 | - |
| CMYK | 0 | 0.20 | 0.56 | 0 |
| HSL | 39.17º | 1% | 0.72% | - |
| HSV(B) | 39.17º | 0.56% | 1% | - |
| XYZ | 65.94 | 66.07 | 24.32 | - |
| YUV | 209.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 111 | 0 | 0.20 | 0.56 | 0 | 39.17 | 1 | 0.72 |
| Hex | FF | CD | 6F | 0 | 14 | 38 | 0 | 27 | 64 | 48 |
| Octal | 377 | 315 | 157 | 0 | 24 | 70 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001101 | 1101111 | 0 | 10100 | 111000 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCD6F
Complementary color
Monochromatic Colors of #FFCD6F
Black with #FFCD6F
Text Example
Text Example
White with #FFCD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD6F; }
p { color: rgb(255,205,111); }
H1.HeaderClassName
{
color: #FFCD6F;
}
.AnyTagClassName
{
color: #FFCD6F;
}
</style>
background-color css
<style>
a { background-color: #FFCD6F; }
a { background-color: rgb(255,205,111); }
div.DivClassName
{
background-color: #FFCD6F;
}
.BgClassName
{
background-color: #FFCD6F;
}
</style>
border-color css
<style>
span { border-color: #FFCD6F; }
span { border-color: rgb(255,205,111); }
td.TdClassName
{
border-color: #FFCD6F;
}
.TagClassName
{
border-color: #FFCD6F;
}
</style>