Shades of Cream Brulee #FDDC92
Tints of Cream Brulee #FDDC92
RGB
CMYK
RGB Variations
Color information
#FDDC92 (or 0xFDDC92) is known color: Cream Brulee. HEX triplet: FD, DC and 92. RGB value is (253,220,146). Sum of RGB (Red+Green+Blue) = 253+220+146=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC92 is #02236D. Grayscale: #DDDDDD. Windows color (decimal): -140142 or 9624829. OLE color: 9624829.
HSL color Cylindrical-coordinate representation of color #FDDC92: hue angle of 41.5º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDDC92 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 146 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 41.5º | 0.96% | 0.78% | - |
| HSV(B) | 41.5º | 0.42% | 0.99% | - |
| XYZ | 71.29 | 74.14 | 37.75 | - |
| YUV | 221.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 146 | 0 | 0.13 | 0.42 | 0.01 | 41.5 | 0.96 | 0.78 |
| Hex | FD | DC | 92 | 0 | D | 2A | 1 | 29 | 60 | 4E |
| Octal | 375 | 334 | 222 | 0 | 15 | 52 | 1 | 51 | 140 | 116 |
| Binary | 11111101 | 11011100 | 10010010 | 0 | 1101 | 101010 | 1 | 101001 | 1100000 | 1001110 |
Color Harmonies of #FDDC92
Complementary color
Monochromatic Colors of #FDDC92
Black with #FDDC92
Text Example
Text Example
White with #FDDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC92; }
p { color: rgb(253,220,146); }
H1.HeaderClassName
{
color: #FDDC92;
}
.AnyTagClassName
{
color: #FDDC92;
}
</style>
background-color css
<style>
a { background-color: #FDDC92; }
a { background-color: rgb(253,220,146); }
div.DivClassName
{
background-color: #FDDC92;
}
.BgClassName
{
background-color: #FDDC92;
}
</style>
border-color css
<style>
span { border-color: #FDDC92; }
span { border-color: rgb(253,220,146); }
td.TdClassName
{
border-color: #FDDC92;
}
.TagClassName
{
border-color: #FDDC92;
}
</style>