Shades of Grandis #FFD269
Tints of Grandis #FFD269
RGB
CMYK
RGB Variations
Color information
#FFD269 (or 0xFFD269) is known color: Grandis. HEX triplet: FF, D2 and 69. RGB value is (255,210,105). Sum of RGB (Red+Green+Blue) = 255+210+105=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD269 is #002D96. Grayscale: #D3D3D3. Windows color (decimal): -11671 or 6935295. OLE color: 6935295.
HSL color Cylindrical-coordinate representation of color #FFD269: hue angle of 42º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFD269 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 105 | - |
| CMYK | 0 | 0.18 | 0.59 | 0 |
| HSL | 42º | 1% | 0.71% | - |
| HSV(B) | 42º | 0.59% | 1% | - |
| XYZ | 66.84 | 68.37 | 23.04 | - |
| YUV | 211.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 105 | 0 | 0.18 | 0.59 | 0 | 42 | 1 | 0.71 |
| Hex | FF | D2 | 69 | 0 | 12 | 3B | 0 | 2A | 64 | 47 |
| Octal | 377 | 322 | 151 | 0 | 22 | 73 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010010 | 1101001 | 0 | 10010 | 111011 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD269
Complementary color
Monochromatic Colors of #FFD269
Black with #FFD269
Text Example
Text Example
White with #FFD269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD269; }
p { color: rgb(255,210,105); }
H1.HeaderClassName
{
color: #FFD269;
}
.AnyTagClassName
{
color: #FFD269;
}
</style>
background-color css
<style>
a { background-color: #FFD269; }
a { background-color: rgb(255,210,105); }
div.DivClassName
{
background-color: #FFD269;
}
.BgClassName
{
background-color: #FFD269;
}
</style>
border-color css
<style>
span { border-color: #FFD269; }
span { border-color: rgb(255,210,105); }
td.TdClassName
{
border-color: #FFD269;
}
.TagClassName
{
border-color: #FFD269;
}
</style>