Shades of Grandis #FFCD6E
Tints of Grandis #FFCD6E
RGB
CMYK
RGB Variations
Color information
#FFCD6E (or 0xFFCD6E) is known color: Grandis. HEX triplet: FF, CD and 6E. RGB value is (255,205,110). Sum of RGB (Red+Green+Blue) = 255+205+110=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD6E is #003291. Grayscale: #D1D1D1. Windows color (decimal): -12946 or 7261695. OLE color: 7261695.
HSL color Cylindrical-coordinate representation of color #FFCD6E: hue angle of 39.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCD6E is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 110 | - |
| CMYK | 0 | 0.20 | 0.57 | 0 |
| HSL | 39.31º | 1% | 0.72% | - |
| HSV(B) | 39.31º | 0.57% | 1% | - |
| XYZ | 65.89 | 66.05 | 24.03 | - |
| YUV | 209.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 110 | 0 | 0.20 | 0.57 | 0 | 39.31 | 1 | 0.72 |
| Hex | FF | CD | 6E | 0 | 14 | 39 | 0 | 27 | 64 | 48 |
| Octal | 377 | 315 | 156 | 0 | 24 | 71 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001101 | 1101110 | 0 | 10100 | 111001 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCD6E
Complementary color
Monochromatic Colors of #FFCD6E
Black with #FFCD6E
Text Example
Text Example
White with #FFCD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD6E; }
p { color: rgb(255,205,110); }
H1.HeaderClassName
{
color: #FFCD6E;
}
.AnyTagClassName
{
color: #FFCD6E;
}
</style>
background-color css
<style>
a { background-color: #FFCD6E; }
a { background-color: rgb(255,205,110); }
div.DivClassName
{
background-color: #FFCD6E;
}
.BgClassName
{
background-color: #FFCD6E;
}
</style>
border-color css
<style>
span { border-color: #FFCD6E; }
span { border-color: rgb(255,205,110); }
td.TdClassName
{
border-color: #FFCD6E;
}
.TagClassName
{
border-color: #FFCD6E;
}
</style>