Shades of Grandis #FFD06F
Tints of Grandis #FFD06F
RGB
CMYK
RGB Variations
Color information
#FFD06F (or 0xFFD06F) is known color: Grandis. HEX triplet: FF, D0 and 6F. RGB value is (255,208,111). Sum of RGB (Red+Green+Blue) = 255+208+111=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD06F is #002F90. Grayscale: #D3D3D3. Windows color (decimal): -12177 or 7327999. OLE color: 7327999.
HSL color Cylindrical-coordinate representation of color #FFD06F: hue angle of 40.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD06F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 111 | - |
| CMYK | 0 | 0.18 | 0.56 | 0 |
| HSL | 40.42º | 1% | 0.72% | - |
| HSV(B) | 40.42º | 0.56% | 1% | - |
| XYZ | 66.67 | 67.52 | 24.56 | - |
| YUV | 211 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 111 | 0 | 0.18 | 0.56 | 0 | 40.42 | 1 | 0.72 |
| Hex | FF | D0 | 6F | 0 | 12 | 38 | 0 | 28 | 64 | 48 |
| Octal | 377 | 320 | 157 | 0 | 22 | 70 | 0 | 50 | 144 | 110 |
| Binary | 11111111 | 11010000 | 1101111 | 0 | 10010 | 111000 | 0 | 101000 | 1100100 | 1001000 |
Color Harmonies of #FFD06F
Complementary color
Monochromatic Colors of #FFD06F
Black with #FFD06F
Text Example
Text Example
White with #FFD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD06F; }
p { color: rgb(255,208,111); }
H1.HeaderClassName
{
color: #FFD06F;
}
.AnyTagClassName
{
color: #FFD06F;
}
</style>
background-color css
<style>
a { background-color: #FFD06F; }
a { background-color: rgb(255,208,111); }
div.DivClassName
{
background-color: #FFD06F;
}
.BgClassName
{
background-color: #FFD06F;
}
</style>
border-color css
<style>
span { border-color: #FFD06F; }
span { border-color: rgb(255,208,111); }
td.TdClassName
{
border-color: #FFD06F;
}
.TagClassName
{
border-color: #FFD06F;
}
</style>