Shades of Cream Brulee #FDDC99
Tints of Cream Brulee #FDDC99
RGB
CMYK
RGB Variations
Color information
#FDDC99 (or 0xFDDC99) is known color: Cream Brulee. HEX triplet: FD, DC and 99. RGB value is (253,220,153). Sum of RGB (Red+Green+Blue) = 253+220+153=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC99 is #022366. Grayscale: #DEDEDE. Windows color (decimal): -140135 or 10083581. OLE color: 10083581.
HSL color Cylindrical-coordinate representation of color #FDDC99: hue angle of 40.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDDC99 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 153 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.01 |
| HSL | 40.2º | 0.96% | 0.8% | - |
| HSV(B) | 40.2º | 0.4% | 0.99% | - |
| XYZ | 71.85 | 74.37 | 40.7 | - |
| YUV | 222.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 153 | 0 | 0.13 | 0.40 | 0.01 | 40.2 | 0.96 | 0.8 |
| Hex | FD | DC | 99 | 0 | D | 28 | 1 | 28 | 60 | 50 |
| Octal | 375 | 334 | 231 | 0 | 15 | 50 | 1 | 50 | 140 | 120 |
| Binary | 11111101 | 11011100 | 10011001 | 0 | 1101 | 101000 | 1 | 101000 | 1100000 | 1010000 |
Color Harmonies of #FDDC99
Complementary color
Monochromatic Colors of #FDDC99
Black with #FDDC99
Text Example
Text Example
White with #FDDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC99; }
p { color: rgb(253,220,153); }
H1.HeaderClassName
{
color: #FDDC99;
}
.AnyTagClassName
{
color: #FDDC99;
}
</style>
background-color css
<style>
a { background-color: #FDDC99; }
a { background-color: rgb(253,220,153); }
div.DivClassName
{
background-color: #FDDC99;
}
.BgClassName
{
background-color: #FDDC99;
}
</style>
border-color css
<style>
span { border-color: #FDDC99; }
span { border-color: rgb(253,220,153); }
td.TdClassName
{
border-color: #FDDC99;
}
.TagClassName
{
border-color: #FDDC99;
}
</style>