Shades of Chardonnay #FFC27D
Tints of Chardonnay #FFC27D
RGB
CMYK
RGB Variations
Color information
#FFC27D (or 0xFFC27D) is known color: Chardonnay. HEX triplet: FF, C2 and 7D. RGB value is (255,194,125). Sum of RGB (Red+Green+Blue) = 255+194+125=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC27D is #003D82. Grayscale: #CCCCCC. Windows color (decimal): -15747 or 8241919. OLE color: 8241919.
HSL color Cylindrical-coordinate representation of color #FFC27D: hue angle of 31.85º 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 #FFC27D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 125 | - |
| CMYK | 0 | 0.24 | 0.51 | 0 |
| HSL | 31.85º | 1% | 0.75% | - |
| HSV(B) | 31.85º | 0.51% | 1% | - |
| XYZ | 64.23 | 61.32 | 27.85 | - |
| YUV | 204.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 125 | 0 | 0.24 | 0.51 | 0 | 31.85 | 1 | 0.75 |
| Hex | FF | C2 | 7D | 0 | 18 | 33 | 0 | 20 | 64 | 4B |
| Octal | 377 | 302 | 175 | 0 | 30 | 63 | 0 | 40 | 144 | 113 |
| Binary | 11111111 | 11000010 | 1111101 | 0 | 11000 | 110011 | 0 | 100000 | 1100100 | 1001011 |
Color Harmonies of #FFC27D
Complementary color
Monochromatic Colors of #FFC27D
Black with #FFC27D
Text Example
Text Example
White with #FFC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC27D; }
p { color: rgb(255,194,125); }
H1.HeaderClassName
{
color: #FFC27D;
}
.AnyTagClassName
{
color: #FFC27D;
}
</style>
background-color css
<style>
a { background-color: #FFC27D; }
a { background-color: rgb(255,194,125); }
div.DivClassName
{
background-color: #FFC27D;
}
.BgClassName
{
background-color: #FFC27D;
}
</style>
border-color css
<style>
span { border-color: #FFC27D; }
span { border-color: rgb(255,194,125); }
td.TdClassName
{
border-color: #FFC27D;
}
.TagClassName
{
border-color: #FFC27D;
}
</style>