Shades of Chardonnay #FFC77D
Tints of Chardonnay #FFC77D
RGB
CMYK
RGB Variations
Color information
#FFC77D (or 0xFFC77D) is known color: Chardonnay. HEX triplet: FF, C7 and 7D. RGB value is (255,199,125). Sum of RGB (Red+Green+Blue) = 255+199+125=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC77D is #003882. Grayscale: #CFCFCF. Windows color (decimal): -14467 or 8243199. OLE color: 8243199.
HSL color Cylindrical-coordinate representation of color #FFC77D: hue angle of 34.15º 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 #FFC77D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 125 | - |
| CMYK | 0 | 0.22 | 0.51 | 0 |
| HSL | 34.15º | 1% | 0.75% | - |
| HSV(B) | 34.15º | 0.51% | 1% | - |
| XYZ | 65.37 | 63.59 | 28.23 | - |
| YUV | 207.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 125 | 0 | 0.22 | 0.51 | 0 | 34.15 | 1 | 0.75 |
| Hex | FF | C7 | 7D | 0 | 16 | 33 | 0 | 22 | 64 | 4B |
| Octal | 377 | 307 | 175 | 0 | 26 | 63 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11000111 | 1111101 | 0 | 10110 | 110011 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC77D
Complementary color
Monochromatic Colors of #FFC77D
Black with #FFC77D
Text Example
Text Example
White with #FFC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC77D; }
p { color: rgb(255,199,125); }
H1.HeaderClassName
{
color: #FFC77D;
}
.AnyTagClassName
{
color: #FFC77D;
}
</style>
background-color css
<style>
a { background-color: #FFC77D; }
a { background-color: rgb(255,199,125); }
div.DivClassName
{
background-color: #FFC77D;
}
.BgClassName
{
background-color: #FFC77D;
}
</style>
border-color css
<style>
span { border-color: #FFC77D; }
span { border-color: rgb(255,199,125); }
td.TdClassName
{
border-color: #FFC77D;
}
.TagClassName
{
border-color: #FFC77D;
}
</style>