Shades of Grandis #FDCD68
Tints of Grandis #FDCD68
RGB
CMYK
RGB Variations
Color information
#FDCD68 (or 0xFDCD68) is known color: Grandis. HEX triplet: FD, CD and 68. RGB value is (253,205,104). Sum of RGB (Red+Green+Blue) = 253+205+104=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD68 is #023297. Grayscale: #D0D0D0. Windows color (decimal): -144024 or 6868477. OLE color: 6868477.
HSL color Cylindrical-coordinate representation of color #FDCD68: hue angle of 40.67º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDCD68 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 104 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.01 |
| HSL | 40.67º | 0.97% | 0.7% | - |
| HSV(B) | 40.67º | 0.59% | 0.99% | - |
| XYZ | 64.84 | 65.54 | 22.33 | - |
| YUV | 207.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 104 | 0 | 0.19 | 0.59 | 0.01 | 40.67 | 0.97 | 0.7 |
| Hex | FD | CD | 68 | 0 | 13 | 3B | 1 | 29 | 61 | 46 |
| Octal | 375 | 315 | 150 | 0 | 23 | 73 | 1 | 51 | 141 | 106 |
| Binary | 11111101 | 11001101 | 1101000 | 0 | 10011 | 111011 | 1 | 101001 | 1100001 | 1000110 |
Color Harmonies of #FDCD68
Complementary color
Monochromatic Colors of #FDCD68
Black with #FDCD68
Text Example
Text Example
White with #FDCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD68; }
p { color: rgb(253,205,104); }
H1.HeaderClassName
{
color: #FDCD68;
}
.AnyTagClassName
{
color: #FDCD68;
}
</style>
background-color css
<style>
a { background-color: #FDCD68; }
a { background-color: rgb(253,205,104); }
div.DivClassName
{
background-color: #FDCD68;
}
.BgClassName
{
background-color: #FDCD68;
}
</style>
border-color css
<style>
span { border-color: #FDCD68; }
span { border-color: rgb(253,205,104); }
td.TdClassName
{
border-color: #FDCD68;
}
.TagClassName
{
border-color: #FDCD68;
}
</style>