Shades of Grandis #FFCD70
Tints of Grandis #FFCD70
RGB
CMYK
RGB Variations
Color information
#FFCD70 (or 0xFFCD70) is known color: Grandis. HEX triplet: FF, CD and 70. RGB value is (255,205,112). Sum of RGB (Red+Green+Blue) = 255+205+112=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD70 is #00328F. Grayscale: #D1D1D1. Windows color (decimal): -12944 or 7392767. OLE color: 7392767.
HSL color Cylindrical-coordinate representation of color #FFCD70: hue angle of 39.02º 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 #FFCD70 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 112 | - |
| CMYK | 0 | 0.20 | 0.56 | 0 |
| HSL | 39.02º | 1% | 0.72% | - |
| HSV(B) | 39.02º | 0.56% | 1% | - |
| XYZ | 66 | 66.09 | 24.61 | - |
| YUV | 209.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 112 | 0 | 0.20 | 0.56 | 0 | 39.02 | 1 | 0.72 |
| Hex | FF | CD | 70 | 0 | 14 | 38 | 0 | 27 | 64 | 48 |
| Octal | 377 | 315 | 160 | 0 | 24 | 70 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001101 | 1110000 | 0 | 10100 | 111000 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCD70
Complementary color
Monochromatic Colors of #FFCD70
Black with #FFCD70
Text Example
Text Example
White with #FFCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD70; }
p { color: rgb(255,205,112); }
H1.HeaderClassName
{
color: #FFCD70;
}
.AnyTagClassName
{
color: #FFCD70;
}
</style>
background-color css
<style>
a { background-color: #FFCD70; }
a { background-color: rgb(255,205,112); }
div.DivClassName
{
background-color: #FFCD70;
}
.BgClassName
{
background-color: #FFCD70;
}
</style>
border-color css
<style>
span { border-color: #FFCD70; }
span { border-color: rgb(255,205,112); }
td.TdClassName
{
border-color: #FFCD70;
}
.TagClassName
{
border-color: #FFCD70;
}
</style>