Shades of Cream Brulee #FFDD99
Tints of Cream Brulee #FFDD99
RGB
CMYK
RGB Variations
Color information
#FFDD99 (or 0xFFDD99) is known color: Cream Brulee. HEX triplet: FF, DD and 99. RGB value is (255,221,153). Sum of RGB (Red+Green+Blue) = 255+221+153=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 153 (60.16% from 255 or 24.32% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD99 is #002266. Grayscale: #DFDFDF. Windows color (decimal): -8807 or 10083839. OLE color: 10083839.
HSL color Cylindrical-coordinate representation of color #FFDD99: hue angle of 40º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFDD99 is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 153 | - |
| CMYK | 0 | 0.13 | 0.4 | 0 |
| HSL | 40º | 1% | 0.8% | - |
| HSV(B) | 40º | 0.4% | 1% | - |
| XYZ | 72.85 | 75.27 | 40.83 | - |
| YUV | 223.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 153 | 0 | 0.13 | 0.4 | 0 | 40 | 1 | 0.8 |
| Hex | FF | DD | 99 | 0 | D | 28 | 0 | 28 | 64 | 50 |
| Octal | 377 | 335 | 231 | 0 | 15 | 50 | 0 | 50 | 144 | 120 |
| Binary | 11111111 | 11011101 | 10011001 | 0 | 1101 | 101000 | 0 | 101000 | 1100100 | 1010000 |
Color Harmonies of #FFDD99
Complementary color
Monochromatic Colors of #FFDD99
Black with #FFDD99
Text Example
Text Example
White with #FFDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD99; }
p { color: rgb(255,221,153); }
H1.HeaderClassName
{
color: #FFDD99;
}
.AnyTagClassName
{
color: #FFDD99;
}
</style>
background-color css
<style>
a { background-color: #FFDD99; }
a { background-color: rgb(255,221,153); }
div.DivClassName
{
background-color: #FFDD99;
}
.BgClassName
{
background-color: #FFDD99;
}
</style>
border-color css
<style>
span { border-color: #FFDD99; }
span { border-color: rgb(255,221,153); }
td.TdClassName
{
border-color: #FFDD99;
}
.TagClassName
{
border-color: #FFDD99;
}
</style>