Shades of Grandis #FFD073
Tints of Grandis #FFD073
RGB
CMYK
RGB Variations
Color information
#FFD073 (or 0xFFD073) is known color: Grandis. HEX triplet: FF, D0 and 73. RGB value is (255,208,115). Sum of RGB (Red+Green+Blue) = 255+208+115=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD073 is #002F8C. Grayscale: #D3D3D3. Windows color (decimal): -12173 or 7590143. OLE color: 7590143.
HSL color Cylindrical-coordinate representation of color #FFD073: hue angle of 39.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD073 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 115 | - |
| CMYK | 0 | 0.18 | 0.55 | 0 |
| HSL | 39.86º | 1% | 0.73% | - |
| HSV(B) | 39.86º | 0.55% | 1% | - |
| XYZ | 66.89 | 67.61 | 25.74 | - |
| YUV | 211.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 115 | 0 | 0.18 | 0.55 | 0 | 39.86 | 1 | 0.73 |
| Hex | FF | D0 | 73 | 0 | 12 | 37 | 0 | 28 | 64 | 49 |
| Octal | 377 | 320 | 163 | 0 | 22 | 67 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010000 | 1110011 | 0 | 10010 | 110111 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD073
Complementary color
Monochromatic Colors of #FFD073
Black with #FFD073
Text Example
Text Example
White with #FFD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD073; }
p { color: rgb(255,208,115); }
H1.HeaderClassName
{
color: #FFD073;
}
.AnyTagClassName
{
color: #FFD073;
}
</style>
background-color css
<style>
a { background-color: #FFD073; }
a { background-color: rgb(255,208,115); }
div.DivClassName
{
background-color: #FFD073;
}
.BgClassName
{
background-color: #FFD073;
}
</style>
border-color css
<style>
span { border-color: #FFD073; }
span { border-color: rgb(255,208,115); }
td.TdClassName
{
border-color: #FFD073;
}
.TagClassName
{
border-color: #FFD073;
}
</style>