Shades of Chardonnay #FFC47D
Tints of Chardonnay #FFC47D
RGB
CMYK
RGB Variations
Color information
#FFC47D (or 0xFFC47D) is known color: Chardonnay. HEX triplet: FF, C4 and 7D. RGB value is (255,196,125). Sum of RGB (Red+Green+Blue) = 255+196+125=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC47D is #003B82. Grayscale: #CDCDCD. Windows color (decimal): -15235 or 8242431. OLE color: 8242431.
HSL color Cylindrical-coordinate representation of color #FFC47D: hue angle of 32.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFC47D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 196 | 125 | - |
CMYK | 0 | 0.23 | 0.51 | 0 |
HSL | 32.77º | 1% | 0.75% | - |
HSV(B) | 32.77º | 0.51% | 1% | - |
XYZ | 64.68 | 62.22 | 28 | - |
YUV | 205.55 | 82.55 | 163.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 196 | 125 | 0 | 0.23 | 0.51 | 0 | 32.77 | 1 | 0.75 |
Hex | FF | C4 | 7D | 0 | 17 | 33 | 0 | 21 | 64 | 4B |
Octal | 377 | 304 | 175 | 0 | 27 | 63 | 0 | 41 | 144 | 113 |
Binary | 11111111 | 11000100 | 1111101 | 0 | 10111 | 110011 | 0 | 100001 | 1100100 | 1001011 |
Color Harmonies of #FFC47D
Complementary color
Monochromatic Colors of #FFC47D
Black with #FFC47D
Text Example
Text Example
White with #FFC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC47D; }
p { color: rgb(255,196,125); }
H1.HeaderClassName
{
color: #FFC47D;
}
.AnyTagClassName
{
color: #FFC47D;
}
</style>
background-color css
<style>
a { background-color: #FFC47D; }
a { background-color: rgb(255,196,125); }
div.DivClassName
{
background-color: #FFC47D;
}
.BgClassName
{
background-color: #FFC47D;
}
</style>
border-color css
<style>
span { border-color: #FFC47D; }
span { border-color: rgb(255,196,125); }
td.TdClassName
{
border-color: #FFC47D;
}
.TagClassName
{
border-color: #FFC47D;
}
</style>