Shades of Grandis #FFCE6D
Tints of Grandis #FFCE6D
RGB
CMYK
RGB Variations
Color information
#FFCE6D (or 0xFFCE6D) is known color: Grandis. HEX triplet: FF, CE and 6D. RGB value is (255,206,109). Sum of RGB (Red+Green+Blue) = 255+206+109=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE6D is #003192. Grayscale: #D2D2D2. Windows color (decimal): -12691 or 7196415. OLE color: 7196415.
HSL color Cylindrical-coordinate representation of color #FFCE6D: hue angle of 39.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCE6D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 109 | - |
| CMYK | 0 | 0.19 | 0.57 | 0 |
| HSL | 39.86º | 1% | 0.71% | - |
| HSV(B) | 39.86º | 0.57% | 1% | - |
| XYZ | 66.07 | 66.51 | 23.82 | - |
| YUV | 209.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 109 | 0 | 0.19 | 0.57 | 0 | 39.86 | 1 | 0.71 |
| Hex | FF | CE | 6D | 0 | 13 | 39 | 0 | 28 | 64 | 47 |
| Octal | 377 | 316 | 155 | 0 | 23 | 71 | 0 | 50 | 144 | 107 |
| Binary | 11111111 | 11001110 | 1101101 | 0 | 10011 | 111001 | 0 | 101000 | 1100100 | 1000111 |
Color Harmonies of #FFCE6D
Complementary color
Monochromatic Colors of #FFCE6D
Black with #FFCE6D
Text Example
Text Example
White with #FFCE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE6D; }
p { color: rgb(255,206,109); }
H1.HeaderClassName
{
color: #FFCE6D;
}
.AnyTagClassName
{
color: #FFCE6D;
}
</style>
background-color css
<style>
a { background-color: #FFCE6D; }
a { background-color: rgb(255,206,109); }
div.DivClassName
{
background-color: #FFCE6D;
}
.BgClassName
{
background-color: #FFCE6D;
}
</style>
border-color css
<style>
span { border-color: #FFCE6D; }
span { border-color: rgb(255,206,109); }
td.TdClassName
{
border-color: #FFCE6D;
}
.TagClassName
{
border-color: #FFCE6D;
}
</style>