Shades of Grandis #FFD268
Tints of Grandis #FFD268
RGB
CMYK
RGB Variations
Color information
#FFD268 (or 0xFFD268) is known color: Grandis. HEX triplet: FF, D2 and 68. RGB value is (255,210,104). Sum of RGB (Red+Green+Blue) = 255+210+104=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD268 is #002D97. Grayscale: #D3D3D3. Windows color (decimal): -11672 or 6869759. OLE color: 6869759.
HSL color Cylindrical-coordinate representation of color #FFD268: hue angle of 42.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFD268 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 104 | - |
| CMYK | 0 | 0.18 | 0.59 | 0 |
| HSL | 42.12º | 1% | 0.7% | - |
| HSV(B) | 42.12º | 0.59% | 1% | - |
| XYZ | 66.79 | 68.35 | 22.77 | - |
| YUV | 211.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 104 | 0 | 0.18 | 0.59 | 0 | 42.12 | 1 | 0.7 |
| Hex | FF | D2 | 68 | 0 | 12 | 3B | 0 | 2A | 64 | 46 |
| Octal | 377 | 322 | 150 | 0 | 22 | 73 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010010 | 1101000 | 0 | 10010 | 111011 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD268
Complementary color
Monochromatic Colors of #FFD268
Black with #FFD268
Text Example
Text Example
White with #FFD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD268; }
p { color: rgb(255,210,104); }
H1.HeaderClassName
{
color: #FFD268;
}
.AnyTagClassName
{
color: #FFD268;
}
</style>
background-color css
<style>
a { background-color: #FFD268; }
a { background-color: rgb(255,210,104); }
div.DivClassName
{
background-color: #FFD268;
}
.BgClassName
{
background-color: #FFD268;
}
</style>
border-color css
<style>
span { border-color: #FFD268; }
span { border-color: rgb(255,210,104); }
td.TdClassName
{
border-color: #FFD268;
}
.TagClassName
{
border-color: #FFD268;
}
</style>