Shades of Chardonnay #FFCD7B
Tints of Chardonnay #FFCD7B
RGB
CMYK
RGB Variations
Color information
#FFCD7B (or 0xFFCD7B) is known color: Chardonnay. HEX triplet: FF, CD and 7B. RGB value is (255,205,123). Sum of RGB (Red+Green+Blue) = 255+205+123=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD7B is #003284. Grayscale: #D2D2D2. Windows color (decimal): -12933 or 8113663. OLE color: 8113663.
HSL color Cylindrical-coordinate representation of color #FFCD7B: hue angle of 37.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCD7B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 123 | - |
| CMYK | 0 | 0.20 | 0.52 | 0 |
| HSL | 37.27º | 1% | 0.74% | - |
| HSV(B) | 37.27º | 0.52% | 1% | - |
| XYZ | 66.65 | 66.35 | 28.03 | - |
| YUV | 210.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 123 | 0 | 0.20 | 0.52 | 0 | 37.27 | 1 | 0.74 |
| Hex | FF | CD | 7B | 0 | 14 | 34 | 0 | 25 | 64 | 4A |
| Octal | 377 | 315 | 173 | 0 | 24 | 64 | 0 | 45 | 144 | 112 |
| Binary | 11111111 | 11001101 | 1111011 | 0 | 10100 | 110100 | 0 | 100101 | 1100100 | 1001010 |
Color Harmonies of #FFCD7B
Complementary color
Monochromatic Colors of #FFCD7B
Black with #FFCD7B
Text Example
Text Example
White with #FFCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD7B; }
p { color: rgb(255,205,123); }
H1.HeaderClassName
{
color: #FFCD7B;
}
.AnyTagClassName
{
color: #FFCD7B;
}
</style>
background-color css
<style>
a { background-color: #FFCD7B; }
a { background-color: rgb(255,205,123); }
div.DivClassName
{
background-color: #FFCD7B;
}
.BgClassName
{
background-color: #FFCD7B;
}
</style>
border-color css
<style>
span { border-color: #FFCD7B; }
span { border-color: rgb(255,205,123); }
td.TdClassName
{
border-color: #FFCD7B;
}
.TagClassName
{
border-color: #FFCD7B;
}
</style>