Shades of Chardonnay #FDC170
Tints of Chardonnay #FDC170
RGB
CMYK
RGB Variations
Color information
#FDC170 (or 0xFDC170) is known color: Chardonnay. HEX triplet: FD, C1 and 70. RGB value is (253,193,112). Sum of RGB (Red+Green+Blue) = 253+193+112=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC170 is #023E8F. Grayscale: #CACACA. Windows color (decimal): -147088 or 7389693. OLE color: 7389693.
HSL color Cylindrical-coordinate representation of color #FDC170: hue angle of 34.47º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDC170 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 112 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.01 |
| HSL | 34.47º | 0.97% | 0.72% | - |
| HSV(B) | 34.47º | 0.56% | 0.99% | - |
| XYZ | 62.5 | 60.19 | 23.65 | - |
| YUV | 201.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 112 | 0 | 0.24 | 0.56 | 0.01 | 34.47 | 0.97 | 0.72 |
| Hex | FD | C1 | 70 | 0 | 18 | 38 | 1 | 22 | 61 | 48 |
| Octal | 375 | 301 | 160 | 0 | 30 | 70 | 1 | 42 | 141 | 110 |
| Binary | 11111101 | 11000001 | 1110000 | 0 | 11000 | 111000 | 1 | 100010 | 1100001 | 1001000 |
Color Harmonies of #FDC170
Complementary color
Monochromatic Colors of #FDC170
Black with #FDC170
Text Example
Text Example
White with #FDC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC170; }
p { color: rgb(253,193,112); }
H1.HeaderClassName
{
color: #FDC170;
}
.AnyTagClassName
{
color: #FDC170;
}
</style>
background-color css
<style>
a { background-color: #FDC170; }
a { background-color: rgb(253,193,112); }
div.DivClassName
{
background-color: #FDC170;
}
.BgClassName
{
background-color: #FDC170;
}
</style>
border-color css
<style>
span { border-color: #FDC170; }
span { border-color: rgb(253,193,112); }
td.TdClassName
{
border-color: #FDC170;
}
.TagClassName
{
border-color: #FDC170;
}
</style>