Shades of Cream Brulee #FFDD9A
Tints of Cream Brulee #FFDD9A
RGB
CMYK
RGB Variations
Color information
#FFDD9A (or 0xFFDD9A) is known color: Cream Brulee. HEX triplet: FF, DD and 9A. RGB value is (255,221,154). Sum of RGB (Red+Green+Blue) = 255+221+154=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9A is #002265. Grayscale: #DFDFDF. Windows color (decimal): -8806 or 10149375. OLE color: 10149375.
HSL color Cylindrical-coordinate representation of color #FFDD9A: hue angle of 39.8º 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 #FFDD9A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 154 | - |
| CMYK | 0 | 0.13 | 0.40 | 0 |
| HSL | 39.8º | 1% | 0.8% | - |
| HSV(B) | 39.8º | 0.4% | 1% | - |
| XYZ | 72.93 | 75.31 | 41.26 | - |
| YUV | 223.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 154 | 0 | 0.13 | 0.40 | 0 | 39.8 | 1 | 0.8 |
| Hex | FF | DD | 9A | 0 | D | 28 | 0 | 28 | 64 | 50 |
| Octal | 377 | 335 | 232 | 0 | 15 | 50 | 0 | 50 | 144 | 120 |
| Binary | 11111111 | 11011101 | 10011010 | 0 | 1101 | 101000 | 0 | 101000 | 1100100 | 1010000 |
Color Harmonies of #FFDD9A
Complementary color
Monochromatic Colors of #FFDD9A
Black with #FFDD9A
Text Example
Text Example
White with #FFDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD9A; }
p { color: rgb(255,221,154); }
H1.HeaderClassName
{
color: #FFDD9A;
}
.AnyTagClassName
{
color: #FFDD9A;
}
</style>
background-color css
<style>
a { background-color: #FFDD9A; }
a { background-color: rgb(255,221,154); }
div.DivClassName
{
background-color: #FFDD9A;
}
.BgClassName
{
background-color: #FFDD9A;
}
</style>
border-color css
<style>
span { border-color: #FFDD9A; }
span { border-color: rgb(255,221,154); }
td.TdClassName
{
border-color: #FFDD9A;
}
.TagClassName
{
border-color: #FFDD9A;
}
</style>