Shades of Karry #FFD9C5
Tints of Karry #FFD9C5
RGB
CMYK
RGB Variations
Color information
#FFD9C5 (or 0xFFD9C5) is known color: Karry. HEX triplet: FF, D9 and C5. RGB value is (255,217,197). Sum of RGB (Red+Green+Blue) = 255+217+197=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9C5 is #00263A. Grayscale: #E2E2E2. Windows color (decimal): -9787 or 12966399. OLE color: 12966399.
HSL color Cylindrical-coordinate representation of color #FFD9C5: hue angle of 20.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD9C5 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 197 | - |
CMYK | 0 | 0.15 | 0.23 | 0 |
HSL | 20.69º | 1% | 0.89% | - |
HSV(B) | 20.69º | 0.23% | 1% | - |
XYZ | 76.13 | 74.92 | 63.27 | - |
YUV | 226.08 | 111.59 | 148.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 197 | 0 | 0.15 | 0.23 | 0 | 20.69 | 1 | 0.89 |
Hex | FF | D9 | C5 | 0 | F | 17 | 0 | 15 | 64 | 59 |
Octal | 377 | 331 | 305 | 0 | 17 | 27 | 0 | 25 | 144 | 131 |
Binary | 11111111 | 11011001 | 11000101 | 0 | 1111 | 10111 | 0 | 10101 | 1100100 | 1011001 |
Color Harmonies of #FFD9C5
Complementary color
Monochromatic Colors of #FFD9C5
Black with #FFD9C5
Text Example
Text Example
White with #FFD9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9C5; }
p { color: rgb(255,217,197); }
H1.HeaderClassName
{
color: #FFD9C5;
}
.AnyTagClassName
{
color: #FFD9C5;
}
</style>
background-color css
<style>
a { background-color: #FFD9C5; }
a { background-color: rgb(255,217,197); }
div.DivClassName
{
background-color: #FFD9C5;
}
.BgClassName
{
background-color: #FFD9C5;
}
</style>
border-color css
<style>
span { border-color: #FFD9C5; }
span { border-color: rgb(255,217,197); }
td.TdClassName
{
border-color: #FFD9C5;
}
.TagClassName
{
border-color: #FFD9C5;
}
</style>