Shades of Caramel #FFD08D
Tints of Caramel #FFD08D
RGB
CMYK
RGB Variations
Color information
#FFD08D (or 0xFFD08D) is known color: Caramel. HEX triplet: FF, D0 and 8D. RGB value is (255,208,141). Sum of RGB (Red+Green+Blue) = 255+208+141=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD08D is #002F72. Grayscale: #D6D6D6. Windows color (decimal): -12147 or 9294079. OLE color: 9294079.
HSL color Cylindrical-coordinate representation of color #FFD08D: hue angle of 35.26º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD08D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 141 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 35.26º | 1% | 0.78% | - |
| HSV(B) | 35.26º | 0.45% | 1% | - |
| XYZ | 68.6 | 68.29 | 34.77 | - |
| YUV | 214.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 141 | 0 | 0.18 | 0.45 | 0 | 35.26 | 1 | 0.78 |
| Hex | FF | D0 | 8D | 0 | 12 | 2D | 0 | 23 | 64 | 4E |
| Octal | 377 | 320 | 215 | 0 | 22 | 55 | 0 | 43 | 144 | 116 |
| Binary | 11111111 | 11010000 | 10001101 | 0 | 10010 | 101101 | 0 | 100011 | 1100100 | 1001110 |
Color Harmonies of #FFD08D
Complementary color
Monochromatic Colors of #FFD08D
Black with #FFD08D
Text Example
Text Example
White with #FFD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD08D; }
p { color: rgb(255,208,141); }
H1.HeaderClassName
{
color: #FFD08D;
}
.AnyTagClassName
{
color: #FFD08D;
}
</style>
background-color css
<style>
a { background-color: #FFD08D; }
a { background-color: rgb(255,208,141); }
div.DivClassName
{
background-color: #FFD08D;
}
.BgClassName
{
background-color: #FFD08D;
}
</style>
border-color css
<style>
span { border-color: #FFD08D; }
span { border-color: rgb(255,208,141); }
td.TdClassName
{
border-color: #FFD08D;
}
.TagClassName
{
border-color: #FFD08D;
}
</style>