Shades of Grandis #FFCD78
Tints of Grandis #FFCD78
RGB
CMYK
RGB Variations
Color information
#FFCD78 (or 0xFFCD78) is known color: Grandis. HEX triplet: FF, CD and 78. RGB value is (255,205,120). Sum of RGB (Red+Green+Blue) = 255+205+120=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD78 is #003287. Grayscale: #D2D2D2. Windows color (decimal): -12936 or 7917055. OLE color: 7917055.
HSL color Cylindrical-coordinate representation of color #FFCD78: hue angle of 37.78º 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 #FFCD78 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 120 | - |
| CMYK | 0 | 0.20 | 0.53 | 0 |
| HSL | 37.78º | 1% | 0.74% | - |
| HSV(B) | 37.78º | 0.53% | 1% | - |
| XYZ | 66.46 | 66.28 | 27.06 | - |
| YUV | 210.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 120 | 0 | 0.20 | 0.53 | 0 | 37.78 | 1 | 0.74 |
| Hex | FF | CD | 78 | 0 | 14 | 35 | 0 | 26 | 64 | 4A |
| Octal | 377 | 315 | 170 | 0 | 24 | 65 | 0 | 46 | 144 | 112 |
| Binary | 11111111 | 11001101 | 1111000 | 0 | 10100 | 110101 | 0 | 100110 | 1100100 | 1001010 |
Color Harmonies of #FFCD78
Complementary color
Monochromatic Colors of #FFCD78
Black with #FFCD78
Text Example
Text Example
White with #FFCD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD78; }
p { color: rgb(255,205,120); }
H1.HeaderClassName
{
color: #FFCD78;
}
.AnyTagClassName
{
color: #FFCD78;
}
</style>
background-color css
<style>
a { background-color: #FFCD78; }
a { background-color: rgb(255,205,120); }
div.DivClassName
{
background-color: #FFCD78;
}
.BgClassName
{
background-color: #FFCD78;
}
</style>
border-color css
<style>
span { border-color: #FFCD78; }
span { border-color: rgb(255,205,120); }
td.TdClassName
{
border-color: #FFCD78;
}
.TagClassName
{
border-color: #FFCD78;
}
</style>