Shades of Grandis #FFCF78
Tints of Grandis #FFCF78
RGB
CMYK
RGB Variations
Color information
#FFCF78 (or 0xFFCF78) is known color: Grandis. HEX triplet: FF, CF and 78. RGB value is (255,207,120). Sum of RGB (Red+Green+Blue) = 255+207+120=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF78 is #003087. Grayscale: #D3D3D3. Windows color (decimal): -12424 or 7917567. OLE color: 7917567.
HSL color Cylindrical-coordinate representation of color #FFCF78: hue angle of 38.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFCF78 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 120 | - |
| CMYK | 0 | 0.19 | 0.53 | 0 |
| HSL | 38.67º | 1% | 0.74% | - |
| HSV(B) | 38.67º | 0.53% | 1% | - |
| XYZ | 66.94 | 67.24 | 27.22 | - |
| YUV | 211.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 120 | 0 | 0.19 | 0.53 | 0 | 38.67 | 1 | 0.74 |
| Hex | FF | CF | 78 | 0 | 13 | 35 | 0 | 27 | 64 | 4A |
| Octal | 377 | 317 | 170 | 0 | 23 | 65 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11001111 | 1111000 | 0 | 10011 | 110101 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFCF78
Complementary color
Monochromatic Colors of #FFCF78
Black with #FFCF78
Text Example
Text Example
White with #FFCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF78; }
p { color: rgb(255,207,120); }
H1.HeaderClassName
{
color: #FFCF78;
}
.AnyTagClassName
{
color: #FFCF78;
}
</style>
background-color css
<style>
a { background-color: #FFCF78; }
a { background-color: rgb(255,207,120); }
div.DivClassName
{
background-color: #FFCF78;
}
.BgClassName
{
background-color: #FFCF78;
}
</style>
border-color css
<style>
span { border-color: #FFCF78; }
span { border-color: rgb(255,207,120); }
td.TdClassName
{
border-color: #FFCF78;
}
.TagClassName
{
border-color: #FFCF78;
}
</style>