Shades of Grandis #FDCD6B
Tints of Grandis #FDCD6B
RGB
CMYK
RGB Variations
Color information
#FDCD6B (or 0xFDCD6B) is known color: Grandis. HEX triplet: FD, CD and 6B. RGB value is (253,205,107). Sum of RGB (Red+Green+Blue) = 253+205+107=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD6B is #023294. Grayscale: #D0D0D0. Windows color (decimal): -144021 or 7065085. OLE color: 7065085.
HSL color Cylindrical-coordinate representation of color #FDCD6B: hue angle of 40.27º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDCD6B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 107 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.01 |
| HSL | 40.27º | 0.97% | 0.71% | - |
| HSV(B) | 40.27º | 0.58% | 0.99% | - |
| XYZ | 64.99 | 65.61 | 23.15 | - |
| YUV | 208.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 107 | 0 | 0.19 | 0.58 | 0.01 | 40.27 | 0.97 | 0.71 |
| Hex | FD | CD | 6B | 0 | 13 | 3A | 1 | 28 | 61 | 47 |
| Octal | 375 | 315 | 153 | 0 | 23 | 72 | 1 | 50 | 141 | 107 |
| Binary | 11111101 | 11001101 | 1101011 | 0 | 10011 | 111010 | 1 | 101000 | 1100001 | 1000111 |
Color Harmonies of #FDCD6B
Complementary color
Monochromatic Colors of #FDCD6B
Black with #FDCD6B
Text Example
Text Example
White with #FDCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD6B; }
p { color: rgb(253,205,107); }
H1.HeaderClassName
{
color: #FDCD6B;
}
.AnyTagClassName
{
color: #FDCD6B;
}
</style>
background-color css
<style>
a { background-color: #FDCD6B; }
a { background-color: rgb(253,205,107); }
div.DivClassName
{
background-color: #FDCD6B;
}
.BgClassName
{
background-color: #FDCD6B;
}
</style>
border-color css
<style>
span { border-color: #FDCD6B; }
span { border-color: rgb(253,205,107); }
td.TdClassName
{
border-color: #FDCD6B;
}
.TagClassName
{
border-color: #FDCD6B;
}
</style>