Shades of Grandis #FFD272
Tints of Grandis #FFD272
RGB
CMYK
RGB Variations
Color information
#FFD272 (or 0xFFD272) is known color: Grandis. HEX triplet: FF, D2 and 72. RGB value is (255,210,114). Sum of RGB (Red+Green+Blue) = 255+210+114=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD272 is #002D8D. Grayscale: #D4D4D4. Windows color (decimal): -11662 or 7525119. OLE color: 7525119.
HSL color Cylindrical-coordinate representation of color #FFD272: hue angle of 40.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD272 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 114 | - |
| CMYK | 0 | 0.18 | 0.55 | 0 |
| HSL | 40.85º | 1% | 0.72% | - |
| HSV(B) | 40.85º | 0.55% | 1% | - |
| XYZ | 67.32 | 68.57 | 25.61 | - |
| YUV | 212.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 114 | 0 | 0.18 | 0.55 | 0 | 40.85 | 1 | 0.72 |
| Hex | FF | D2 | 72 | 0 | 12 | 37 | 0 | 29 | 64 | 48 |
| Octal | 377 | 322 | 162 | 0 | 22 | 67 | 0 | 51 | 144 | 110 |
| Binary | 11111111 | 11010010 | 1110010 | 0 | 10010 | 110111 | 0 | 101001 | 1100100 | 1001000 |
Color Harmonies of #FFD272
Complementary color
Monochromatic Colors of #FFD272
Black with #FFD272
Text Example
Text Example
White with #FFD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD272; }
p { color: rgb(255,210,114); }
H1.HeaderClassName
{
color: #FFD272;
}
.AnyTagClassName
{
color: #FFD272;
}
</style>
background-color css
<style>
a { background-color: #FFD272; }
a { background-color: rgb(255,210,114); }
div.DivClassName
{
background-color: #FFD272;
}
.BgClassName
{
background-color: #FFD272;
}
</style>
border-color css
<style>
span { border-color: #FFD272; }
span { border-color: rgb(255,210,114); }
td.TdClassName
{
border-color: #FFD272;
}
.TagClassName
{
border-color: #FFD272;
}
</style>