Shades of Chardonnay #FFCA83
Tints of Chardonnay #FFCA83
RGB
CMYK
RGB Variations
Color information
#FFCA83 (or 0xFFCA83) is known color: Chardonnay. HEX triplet: FF, CA and 83. RGB value is (255,202,131). Sum of RGB (Red+Green+Blue) = 255+202+131=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA83 is #00357C. Grayscale: #D2D2D2. Windows color (decimal): -13693 or 8637183. OLE color: 8637183.
HSL color Cylindrical-coordinate representation of color #FFCA83: hue angle of 34.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCA83 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 131 | - |
| CMYK | 0 | 0.21 | 0.49 | 0 |
| HSL | 34.35º | 1% | 0.76% | - |
| HSV(B) | 34.35º | 0.49% | 1% | - |
| XYZ | 66.46 | 65.14 | 30.54 | - |
| YUV | 209.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 131 | 0 | 0.21 | 0.49 | 0 | 34.35 | 1 | 0.76 |
| Hex | FF | CA | 83 | 0 | 15 | 31 | 0 | 22 | 64 | 4C |
| Octal | 377 | 312 | 203 | 0 | 25 | 61 | 0 | 42 | 144 | 114 |
| Binary | 11111111 | 11001010 | 10000011 | 0 | 10101 | 110001 | 0 | 100010 | 1100100 | 1001100 |
Color Harmonies of #FFCA83
Complementary color
Monochromatic Colors of #FFCA83
Black with #FFCA83
Text Example
Text Example
White with #FFCA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA83; }
p { color: rgb(255,202,131); }
H1.HeaderClassName
{
color: #FFCA83;
}
.AnyTagClassName
{
color: #FFCA83;
}
</style>
background-color css
<style>
a { background-color: #FFCA83; }
a { background-color: rgb(255,202,131); }
div.DivClassName
{
background-color: #FFCA83;
}
.BgClassName
{
background-color: #FFCA83;
}
</style>
border-color css
<style>
span { border-color: #FFCA83; }
span { border-color: rgb(255,202,131); }
td.TdClassName
{
border-color: #FFCA83;
}
.TagClassName
{
border-color: #FFCA83;
}
</style>