Shades of Cream Brulee #FDDC93
Tints of Cream Brulee #FDDC93
RGB
CMYK
RGB Variations
Color information
#FDDC93 (or 0xFDDC93) is known color: Cream Brulee. HEX triplet: FD, DC and 93. RGB value is (253,220,147). Sum of RGB (Red+Green+Blue) = 253+220+147=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC93 is #02236C. Grayscale: #DDDDDD. Windows color (decimal): -140141 or 9690365. OLE color: 9690365.
HSL color Cylindrical-coordinate representation of color #FDDC93: hue angle of 41.32º 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 #FDDC93 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 147 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 41.32º | 0.96% | 0.78% | - |
| HSV(B) | 41.32º | 0.42% | 0.99% | - |
| XYZ | 71.37 | 74.18 | 38.16 | - |
| YUV | 221.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 147 | 0 | 0.13 | 0.42 | 0.01 | 41.32 | 0.96 | 0.78 |
| Hex | FD | DC | 93 | 0 | D | 2A | 1 | 29 | 60 | 4E |
| Octal | 375 | 334 | 223 | 0 | 15 | 52 | 1 | 51 | 140 | 116 |
| Binary | 11111101 | 11011100 | 10010011 | 0 | 1101 | 101010 | 1 | 101001 | 1100000 | 1001110 |
Color Harmonies of #FDDC93
Complementary color
Monochromatic Colors of #FDDC93
Black with #FDDC93
Text Example
Text Example
White with #FDDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC93; }
p { color: rgb(253,220,147); }
H1.HeaderClassName
{
color: #FDDC93;
}
.AnyTagClassName
{
color: #FDDC93;
}
</style>
background-color css
<style>
a { background-color: #FDDC93; }
a { background-color: rgb(253,220,147); }
div.DivClassName
{
background-color: #FDDC93;
}
.BgClassName
{
background-color: #FDDC93;
}
</style>
border-color css
<style>
span { border-color: #FDDC93; }
span { border-color: rgb(253,220,147); }
td.TdClassName
{
border-color: #FDDC93;
}
.TagClassName
{
border-color: #FDDC93;
}
</style>