Shades of Grandis #FFD167
Tints of Grandis #FFD167
RGB
CMYK
RGB Variations
Color information
#FFD167 (or 0xFFD167) is known color: Grandis. HEX triplet: FF, D1 and 67. RGB value is (255,209,103). Sum of RGB (Red+Green+Blue) = 255+209+103=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD167 is #002E98. Grayscale: #D3D3D3. Windows color (decimal): -11929 or 6803967. OLE color: 6803967.
HSL color Cylindrical-coordinate representation of color #FFD167: hue angle of 41.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFD167 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 103 | - |
| CMYK | 0 | 0.18 | 0.60 | 0 |
| HSL | 41.84º | 1% | 0.7% | - |
| HSV(B) | 41.84º | 0.6% | 1% | - |
| XYZ | 66.49 | 67.84 | 22.42 | - |
| YUV | 210.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 103 | 0 | 0.18 | 0.60 | 0 | 41.84 | 1 | 0.7 |
| Hex | FF | D1 | 67 | 0 | 12 | 3C | 0 | 2A | 64 | 46 |
| Octal | 377 | 321 | 147 | 0 | 22 | 74 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010001 | 1100111 | 0 | 10010 | 111100 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD167
Complementary color
Monochromatic Colors of #FFD167
Black with #FFD167
Text Example
Text Example
White with #FFD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD167; }
p { color: rgb(255,209,103); }
H1.HeaderClassName
{
color: #FFD167;
}
.AnyTagClassName
{
color: #FFD167;
}
</style>
background-color css
<style>
a { background-color: #FFD167; }
a { background-color: rgb(255,209,103); }
div.DivClassName
{
background-color: #FFD167;
}
.BgClassName
{
background-color: #FFD167;
}
</style>
border-color css
<style>
span { border-color: #FFD167; }
span { border-color: rgb(255,209,103); }
td.TdClassName
{
border-color: #FFD167;
}
.TagClassName
{
border-color: #FFD167;
}
</style>