Shades of Cream Brulee #FFDD96
Tints of Cream Brulee #FFDD96
RGB
CMYK
RGB Variations
Color information
#FFDD96 (or 0xFFDD96) is known color: Cream Brulee. HEX triplet: FF, DD and 96. RGB value is (255,221,150). Sum of RGB (Red+Green+Blue) = 255+221+150=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD96 is #002269. Grayscale: #DFDFDF. Windows color (decimal): -8810 or 9887231. OLE color: 9887231.
HSL color Cylindrical-coordinate representation of color #FFDD96: hue angle of 40.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFDD96 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 150 | - |
| CMYK | 0 | 0.13 | 0.41 | 0 |
| HSL | 40.57º | 1% | 0.79% | - |
| HSV(B) | 40.57º | 0.41% | 1% | - |
| XYZ | 72.6 | 75.17 | 39.54 | - |
| YUV | 223.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 150 | 0 | 0.13 | 0.41 | 0 | 40.57 | 1 | 0.79 |
| Hex | FF | DD | 96 | 0 | D | 29 | 0 | 29 | 64 | 4F |
| Octal | 377 | 335 | 226 | 0 | 15 | 51 | 0 | 51 | 144 | 117 |
| Binary | 11111111 | 11011101 | 10010110 | 0 | 1101 | 101001 | 0 | 101001 | 1100100 | 1001111 |
Color Harmonies of #FFDD96
Complementary color
Monochromatic Colors of #FFDD96
Black with #FFDD96
Text Example
Text Example
White with #FFDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD96; }
p { color: rgb(255,221,150); }
H1.HeaderClassName
{
color: #FFDD96;
}
.AnyTagClassName
{
color: #FFDD96;
}
</style>
background-color css
<style>
a { background-color: #FFDD96; }
a { background-color: rgb(255,221,150); }
div.DivClassName
{
background-color: #FFDD96;
}
.BgClassName
{
background-color: #FFDD96;
}
</style>
border-color css
<style>
span { border-color: #FFDD96; }
span { border-color: rgb(255,221,150); }
td.TdClassName
{
border-color: #FFDD96;
}
.TagClassName
{
border-color: #FFDD96;
}
</style>