Shades of Chardonnay #FFC270
Tints of Chardonnay #FFC270
RGB
CMYK
RGB Variations
Color information
#FFC270 (or 0xFFC270) is known color: Chardonnay. HEX triplet: FF, C2 and 70. RGB value is (255,194,112). Sum of RGB (Red+Green+Blue) = 255+194+112=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC270 is #003D8F. Grayscale: #CBCBCB. Windows color (decimal): -15760 or 7389951. OLE color: 7389951.
HSL color Cylindrical-coordinate representation of color #FFC270: hue angle of 34.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC270 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 112 | - |
| CMYK | 0 | 0.24 | 0.56 | 0 |
| HSL | 34.41º | 1% | 0.72% | - |
| HSV(B) | 34.41º | 0.56% | 1% | - |
| XYZ | 63.46 | 61.01 | 23.76 | - |
| YUV | 202.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 112 | 0 | 0.24 | 0.56 | 0 | 34.41 | 1 | 0.72 |
| Hex | FF | C2 | 70 | 0 | 18 | 38 | 0 | 22 | 64 | 48 |
| Octal | 377 | 302 | 160 | 0 | 30 | 70 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000010 | 1110000 | 0 | 11000 | 111000 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC270
Complementary color
Monochromatic Colors of #FFC270
Black with #FFC270
Text Example
Text Example
White with #FFC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC270; }
p { color: rgb(255,194,112); }
H1.HeaderClassName
{
color: #FFC270;
}
.AnyTagClassName
{
color: #FFC270;
}
</style>
background-color css
<style>
a { background-color: #FFC270; }
a { background-color: rgb(255,194,112); }
div.DivClassName
{
background-color: #FFC270;
}
.BgClassName
{
background-color: #FFC270;
}
</style>
border-color css
<style>
span { border-color: #FFC270; }
span { border-color: rgb(255,194,112); }
td.TdClassName
{
border-color: #FFC270;
}
.TagClassName
{
border-color: #FFC270;
}
</style>