Shades of Karry #FFD9BD
Tints of Karry #FFD9BD
RGB
CMYK
RGB Variations
Color information
#FFD9BD (or 0xFFD9BD) is known color: Karry. HEX triplet: FF, D9 and BD. RGB value is (255,217,189). Sum of RGB (Red+Green+Blue) = 255+217+189=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9BD is #002642. Grayscale: #E1E1E1. Windows color (decimal): -9795 or 12442111. OLE color: 12442111.
HSL color Cylindrical-coordinate representation of color #FFD9BD: hue angle of 25.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFD9BD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 189 | - |
| CMYK | 0 | 0.15 | 0.26 | 0 |
| HSL | 25.45º | 1% | 0.87% | - |
| HSV(B) | 25.45º | 0.26% | 1% | - |
| XYZ | 75.24 | 74.56 | 58.57 | - |
| YUV | 225.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 189 | 0 | 0.15 | 0.26 | 0 | 25.45 | 1 | 0.87 |
| Hex | FF | D9 | BD | 0 | F | 1A | 0 | 19 | 64 | 57 |
| Octal | 377 | 331 | 275 | 0 | 17 | 32 | 0 | 31 | 144 | 127 |
| Binary | 11111111 | 11011001 | 10111101 | 0 | 1111 | 11010 | 0 | 11001 | 1100100 | 1010111 |
Color Harmonies of #FFD9BD
Complementary color
Monochromatic Colors of #FFD9BD
Black with #FFD9BD
Text Example
Text Example
White with #FFD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9BD; }
p { color: rgb(255,217,189); }
H1.HeaderClassName
{
color: #FFD9BD;
}
.AnyTagClassName
{
color: #FFD9BD;
}
</style>
background-color css
<style>
a { background-color: #FFD9BD; }
a { background-color: rgb(255,217,189); }
div.DivClassName
{
background-color: #FFD9BD;
}
.BgClassName
{
background-color: #FFD9BD;
}
</style>
border-color css
<style>
span { border-color: #FFD9BD; }
span { border-color: rgb(255,217,189); }
td.TdClassName
{
border-color: #FFD9BD;
}
.TagClassName
{
border-color: #FFD9BD;
}
</style>