Shades of Cream Brulee #FFDD95
Tints of Cream Brulee #FFDD95
RGB
CMYK
RGB Variations
Color information
#FFDD95 (or 0xFFDD95) is known color: Cream Brulee. HEX triplet: FF, DD and 95. RGB value is (255,221,149). Sum of RGB (Red+Green+Blue) = 255+221+149=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD95 is #00226A. Grayscale: #DFDFDF. Windows color (decimal): -8811 or 9821695. OLE color: 9821695.
HSL color Cylindrical-coordinate representation of color #FFDD95: hue angle of 40.75º 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 #FFDD95 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 149 | - |
| CMYK | 0 | 0.13 | 0.42 | 0 |
| HSL | 40.75º | 1% | 0.79% | - |
| HSV(B) | 40.75º | 0.42% | 1% | - |
| XYZ | 72.52 | 75.14 | 39.12 | - |
| YUV | 222.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 149 | 0 | 0.13 | 0.42 | 0 | 40.75 | 1 | 0.79 |
| Hex | FF | DD | 95 | 0 | D | 2A | 0 | 29 | 64 | 4F |
| Octal | 377 | 335 | 225 | 0 | 15 | 52 | 0 | 51 | 144 | 117 |
| Binary | 11111111 | 11011101 | 10010101 | 0 | 1101 | 101010 | 0 | 101001 | 1100100 | 1001111 |
Color Harmonies of #FFDD95
Complementary color
Monochromatic Colors of #FFDD95
Black with #FFDD95
Text Example
Text Example
White with #FFDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD95; }
p { color: rgb(255,221,149); }
H1.HeaderClassName
{
color: #FFDD95;
}
.AnyTagClassName
{
color: #FFDD95;
}
</style>
background-color css
<style>
a { background-color: #FFDD95; }
a { background-color: rgb(255,221,149); }
div.DivClassName
{
background-color: #FFDD95;
}
.BgClassName
{
background-color: #FFDD95;
}
</style>
border-color css
<style>
span { border-color: #FFDD95; }
span { border-color: rgb(255,221,149); }
td.TdClassName
{
border-color: #FFDD95;
}
.TagClassName
{
border-color: #FFDD95;
}
</style>