Shades of Chardonnay #FFCB82
Tints of Chardonnay #FFCB82
RGB
CMYK
RGB Variations
Color information
#FFCB82 (or 0xFFCB82) is known color: Chardonnay. HEX triplet: FF, CB and 82. RGB value is (255,203,130). Sum of RGB (Red+Green+Blue) = 255+203+130=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB82 is #00347D. Grayscale: #D2D2D2. Windows color (decimal): -13438 or 8571903. OLE color: 8571903.
HSL color Cylindrical-coordinate representation of color #FFCB82: hue angle of 35.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCB82 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 130 | - |
| CMYK | 0 | 0.20 | 0.49 | 0 |
| HSL | 35.04º | 1% | 0.75% | - |
| HSV(B) | 35.04º | 0.49% | 1% | - |
| XYZ | 66.63 | 65.58 | 30.27 | - |
| YUV | 210.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 130 | 0 | 0.20 | 0.49 | 0 | 35.04 | 1 | 0.75 |
| Hex | FF | CB | 82 | 0 | 14 | 31 | 0 | 23 | 64 | 4B |
| Octal | 377 | 313 | 202 | 0 | 24 | 61 | 0 | 43 | 144 | 113 |
| Binary | 11111111 | 11001011 | 10000010 | 0 | 10100 | 110001 | 0 | 100011 | 1100100 | 1001011 |
Color Harmonies of #FFCB82
Complementary color
Monochromatic Colors of #FFCB82
Black with #FFCB82
Text Example
Text Example
White with #FFCB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB82; }
p { color: rgb(255,203,130); }
H1.HeaderClassName
{
color: #FFCB82;
}
.AnyTagClassName
{
color: #FFCB82;
}
</style>
background-color css
<style>
a { background-color: #FFCB82; }
a { background-color: rgb(255,203,130); }
div.DivClassName
{
background-color: #FFCB82;
}
.BgClassName
{
background-color: #FFCB82;
}
</style>
border-color css
<style>
span { border-color: #FFCB82; }
span { border-color: rgb(255,203,130); }
td.TdClassName
{
border-color: #FFCB82;
}
.TagClassName
{
border-color: #FFCB82;
}
</style>