Shades of Grandis #FDCD67
Tints of Grandis #FDCD67
RGB
CMYK
RGB Variations
Color information
#FDCD67 (or 0xFDCD67) is known color: Grandis. HEX triplet: FD, CD and 67. RGB value is (253,205,103). Sum of RGB (Red+Green+Blue) = 253+205+103=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD67 is #023298. Grayscale: #D0D0D0. Windows color (decimal): -144025 or 6802941. OLE color: 6802941.
HSL color Cylindrical-coordinate representation of color #FDCD67: hue angle of 40.8º 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 #FDCD67 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 103 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.01 |
| HSL | 40.8º | 0.97% | 0.7% | - |
| HSV(B) | 40.8º | 0.59% | 0.99% | - |
| XYZ | 64.79 | 65.52 | 22.06 | - |
| YUV | 207.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 103 | 0 | 0.19 | 0.59 | 0.01 | 40.8 | 0.97 | 0.7 |
| Hex | FD | CD | 67 | 0 | 13 | 3B | 1 | 29 | 61 | 46 |
| Octal | 375 | 315 | 147 | 0 | 23 | 73 | 1 | 51 | 141 | 106 |
| Binary | 11111101 | 11001101 | 1100111 | 0 | 10011 | 111011 | 1 | 101001 | 1100001 | 1000110 |
Color Harmonies of #FDCD67
Complementary color
Monochromatic Colors of #FDCD67
Black with #FDCD67
Text Example
Text Example
White with #FDCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD67; }
p { color: rgb(253,205,103); }
H1.HeaderClassName
{
color: #FDCD67;
}
.AnyTagClassName
{
color: #FDCD67;
}
</style>
background-color css
<style>
a { background-color: #FDCD67; }
a { background-color: rgb(253,205,103); }
div.DivClassName
{
background-color: #FDCD67;
}
.BgClassName
{
background-color: #FDCD67;
}
</style>
border-color css
<style>
span { border-color: #FDCD67; }
span { border-color: rgb(253,205,103); }
td.TdClassName
{
border-color: #FDCD67;
}
.TagClassName
{
border-color: #FDCD67;
}
</style>