Shades of Grandis #FFCD6A
Tints of Grandis #FFCD6A
RGB
CMYK
RGB Variations
Color information
#FFCD6A (or 0xFFCD6A) is known color: Grandis. HEX triplet: FF, CD and 6A. RGB value is (255,205,106). Sum of RGB (Red+Green+Blue) = 255+205+106=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD6A is #003295. Grayscale: #D1D1D1. Windows color (decimal): -12950 or 6999551. OLE color: 6999551.
HSL color Cylindrical-coordinate representation of color #FFCD6A: hue angle of 39.87º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFCD6A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 106 | - |
| CMYK | 0 | 0.20 | 0.58 | 0 |
| HSL | 39.87º | 1% | 0.71% | - |
| HSV(B) | 39.87º | 0.58% | 1% | - |
| XYZ | 65.67 | 65.96 | 22.91 | - |
| YUV | 208.66 | 70.07 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 106 | 0 | 0.20 | 0.58 | 0 | 39.87 | 1 | 0.71 |
| Hex | FF | CD | 6A | 0 | 14 | 3A | 0 | 28 | 64 | 47 |
| Octal | 377 | 315 | 152 | 0 | 24 | 72 | 0 | 50 | 144 | 107 |
| Binary | 11111111 | 11001101 | 1101010 | 0 | 10100 | 111010 | 0 | 101000 | 1100100 | 1000111 |
Color Harmonies of #FFCD6A
Complementary color
Monochromatic Colors of #FFCD6A
Black with #FFCD6A
Text Example
Text Example
White with #FFCD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD6A; }
p { color: rgb(255,205,106); }
H1.HeaderClassName
{
color: #FFCD6A;
}
.AnyTagClassName
{
color: #FFCD6A;
}
</style>
background-color css
<style>
a { background-color: #FFCD6A; }
a { background-color: rgb(255,205,106); }
div.DivClassName
{
background-color: #FFCD6A;
}
.BgClassName
{
background-color: #FFCD6A;
}
</style>
border-color css
<style>
span { border-color: #FFCD6A; }
span { border-color: rgb(255,205,106); }
td.TdClassName
{
border-color: #FFCD6A;
}
.TagClassName
{
border-color: #FFCD6A;
}
</style>