Shades of Chardonnay #FDCB7D
Tints of Chardonnay #FDCB7D
RGB
CMYK
RGB Variations
Color information
#FDCB7D (or 0xFDCB7D) is known color: Chardonnay. HEX triplet: FD, CB and 7D. RGB value is (253,203,125). Sum of RGB (Red+Green+Blue) = 253+203+125=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB7D is #023482. Grayscale: #D1D1D1. Windows color (decimal): -144515 or 8244221. OLE color: 8244221.
HSL color Cylindrical-coordinate representation of color #FDCB7D: hue angle of 36.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDCB7D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 203 | 125 | - |
CMYK | 0 | 0.20 | 0.51 | 0.01 |
HSL | 36.56º | 0.97% | 0.74% | - |
HSV(B) | 36.56º | 0.51% | 0.99% | - |
XYZ | 65.57 | 65.08 | 28.51 | - |
YUV | 209.06 | 80.57 | 159.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 203 | 125 | 0 | 0.20 | 0.51 | 0.01 | 36.56 | 0.97 | 0.74 |
Hex | FD | CB | 7D | 0 | 14 | 33 | 1 | 25 | 61 | 4A |
Octal | 375 | 313 | 175 | 0 | 24 | 63 | 1 | 45 | 141 | 112 |
Binary | 11111101 | 11001011 | 1111101 | 0 | 10100 | 110011 | 1 | 100101 | 1100001 | 1001010 |
Color Harmonies of #FDCB7D
Complementary color
Monochromatic Colors of #FDCB7D
Black with #FDCB7D
Text Example
Text Example
White with #FDCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB7D; }
p { color: rgb(253,203,125); }
H1.HeaderClassName
{
color: #FDCB7D;
}
.AnyTagClassName
{
color: #FDCB7D;
}
</style>
background-color css
<style>
a { background-color: #FDCB7D; }
a { background-color: rgb(253,203,125); }
div.DivClassName
{
background-color: #FDCB7D;
}
.BgClassName
{
background-color: #FDCB7D;
}
</style>
border-color css
<style>
span { border-color: #FDCB7D; }
span { border-color: rgb(253,203,125); }
td.TdClassName
{
border-color: #FDCB7D;
}
.TagClassName
{
border-color: #FDCB7D;
}
</style>