Shades of Cream Brulee #FFDD94
Tints of Cream Brulee #FFDD94
RGB
CMYK
RGB Variations
Color information
#FFDD94 (or 0xFFDD94) is known color: Cream Brulee. HEX triplet: FF, DD and 94. RGB value is (255,221,148). Sum of RGB (Red+Green+Blue) = 255+221+148=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD94 is #00226B. Grayscale: #DFDFDF. Windows color (decimal): -8812 or 9756159. OLE color: 9756159.
HSL color Cylindrical-coordinate representation of color #FFDD94: hue angle of 40.93º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFDD94 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 148 | - |
| CMYK | 0 | 0.13 | 0.42 | 0 |
| HSL | 40.93º | 1% | 0.79% | - |
| HSV(B) | 40.93º | 0.42% | 1% | - |
| XYZ | 72.44 | 75.11 | 38.7 | - |
| YUV | 222.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 148 | 0 | 0.13 | 0.42 | 0 | 40.93 | 1 | 0.79 |
| Hex | FF | DD | 94 | 0 | D | 2A | 0 | 29 | 64 | 4F |
| Octal | 377 | 335 | 224 | 0 | 15 | 52 | 0 | 51 | 144 | 117 |
| Binary | 11111111 | 11011101 | 10010100 | 0 | 1101 | 101010 | 0 | 101001 | 1100100 | 1001111 |
Color Harmonies of #FFDD94
Complementary color
Monochromatic Colors of #FFDD94
Black with #FFDD94
Text Example
Text Example
White with #FFDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD94; }
p { color: rgb(255,221,148); }
H1.HeaderClassName
{
color: #FFDD94;
}
.AnyTagClassName
{
color: #FFDD94;
}
</style>
background-color css
<style>
a { background-color: #FFDD94; }
a { background-color: rgb(255,221,148); }
div.DivClassName
{
background-color: #FFDD94;
}
.BgClassName
{
background-color: #FFDD94;
}
</style>
border-color css
<style>
span { border-color: #FFDD94; }
span { border-color: rgb(255,221,148); }
td.TdClassName
{
border-color: #FFDD94;
}
.TagClassName
{
border-color: #FFDD94;
}
</style>