Shades of Caramel #FFD08F
Tints of Caramel #FFD08F
RGB
CMYK
RGB Variations
Color information
#FFD08F (or 0xFFD08F) is known color: Caramel. HEX triplet: FF, D0 and 8F. RGB value is (255,208,143). Sum of RGB (Red+Green+Blue) = 255+208+143=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD08F is #002F70. Grayscale: #D6D6D6. Windows color (decimal): -12145 or 9425151. OLE color: 9425151.
HSL color Cylindrical-coordinate representation of color #FFD08F: hue angle of 34.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD08F is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 143 | - |
| CMYK | 0 | 0.18 | 0.44 | 0 |
| HSL | 34.82º | 1% | 0.78% | - |
| HSV(B) | 34.82º | 0.44% | 1% | - |
| XYZ | 68.75 | 68.35 | 35.56 | - |
| YUV | 214.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 143 | 0 | 0.18 | 0.44 | 0 | 34.82 | 1 | 0.78 |
| Hex | FF | D0 | 8F | 0 | 12 | 2C | 0 | 23 | 64 | 4E |
| Octal | 377 | 320 | 217 | 0 | 22 | 54 | 0 | 43 | 144 | 116 |
| Binary | 11111111 | 11010000 | 10001111 | 0 | 10010 | 101100 | 0 | 100011 | 1100100 | 1001110 |
Color Harmonies of #FFD08F
Complementary color
Monochromatic Colors of #FFD08F
Black with #FFD08F
Text Example
Text Example
White with #FFD08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD08F; }
p { color: rgb(255,208,143); }
H1.HeaderClassName
{
color: #FFD08F;
}
.AnyTagClassName
{
color: #FFD08F;
}
</style>
background-color css
<style>
a { background-color: #FFD08F; }
a { background-color: rgb(255,208,143); }
div.DivClassName
{
background-color: #FFD08F;
}
.BgClassName
{
background-color: #FFD08F;
}
</style>
border-color css
<style>
span { border-color: #FFD08F; }
span { border-color: rgb(255,208,143); }
td.TdClassName
{
border-color: #FFD08F;
}
.TagClassName
{
border-color: #FFD08F;
}
</style>