Shades of Grandis #FFD06B
Tints of Grandis #FFD06B
RGB
CMYK
RGB Variations
Color information
#FFD06B (or 0xFFD06B) is known color: Grandis. HEX triplet: FF, D0 and 6B. RGB value is (255,208,107). Sum of RGB (Red+Green+Blue) = 255+208+107=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD06B is #002F94. Grayscale: #D2D2D2. Windows color (decimal): -12181 or 7065855. OLE color: 7065855.
HSL color Cylindrical-coordinate representation of color #FFD06B: hue angle of 40.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFD06B is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 107 | - |
| CMYK | 0 | 0.18 | 0.58 | 0 |
| HSL | 40.95º | 1% | 0.71% | - |
| HSV(B) | 40.95º | 0.58% | 1% | - |
| XYZ | 66.45 | 67.43 | 23.42 | - |
| YUV | 210.54 | 69.57 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 107 | 0 | 0.18 | 0.58 | 0 | 40.95 | 1 | 0.71 |
| Hex | FF | D0 | 6B | 0 | 12 | 3A | 0 | 29 | 64 | 47 |
| Octal | 377 | 320 | 153 | 0 | 22 | 72 | 0 | 51 | 144 | 107 |
| Binary | 11111111 | 11010000 | 1101011 | 0 | 10010 | 111010 | 0 | 101001 | 1100100 | 1000111 |
Color Harmonies of #FFD06B
Complementary color
Monochromatic Colors of #FFD06B
Black with #FFD06B
Text Example
Text Example
White with #FFD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD06B; }
p { color: rgb(255,208,107); }
H1.HeaderClassName
{
color: #FFD06B;
}
.AnyTagClassName
{
color: #FFD06B;
}
</style>
background-color css
<style>
a { background-color: #FFD06B; }
a { background-color: rgb(255,208,107); }
div.DivClassName
{
background-color: #FFD06B;
}
.BgClassName
{
background-color: #FFD06B;
}
</style>
border-color css
<style>
span { border-color: #FFD06B; }
span { border-color: rgb(255,208,107); }
td.TdClassName
{
border-color: #FFD06B;
}
.TagClassName
{
border-color: #FFD06B;
}
</style>