Shades of Kobi #D9A1AD
Tints of Kobi #D9A1AD
RGB
CMYK
RGB Variations
Color information
#D9A1AD (or 0xD9A1AD) is known color: Kobi. HEX triplet: D9, A1 and AD. RGB value is (217,161,173). Sum of RGB (Red+Green+Blue) = 217+161+173=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A1AD is #265E52. Grayscale: #B3B3B3. Windows color (decimal): -2514515 or 11379161. OLE color: 11379161.
HSL color Cylindrical-coordinate representation of color #D9A1AD: hue angle of 347.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1AD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 173 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.15 |
| HSL | 347.14º | 0.42% | 0.74% | - |
| HSV(B) | 347.14º | 0.26% | 0.85% | - |
| XYZ | 48.9 | 43.26 | 45.31 | - |
| YUV | 179.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 173 | 0 | 0.26 | 0.20 | 0.15 | 347.14 | 0.42 | 0.74 |
| Hex | D9 | A1 | AD | 0 | 1A | 14 | F | 15B | 2A | 4A |
| Octal | 331 | 241 | 255 | 0 | 32 | 24 | 17 | 533 | 52 | 112 |
| Binary | 11011001 | 10100001 | 10101101 | 0 | 11010 | 10100 | 1111 | 101011011 | 101010 | 1001010 |
Color Harmonies of #D9A1AD
Complementary color
Monochromatic Colors of #D9A1AD
Black with #D9A1AD
Text Example
Text Example
White with #D9A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1AD; }
p { color: rgb(217,161,173); }
H1.HeaderClassName
{
color: #D9A1AD;
}
.AnyTagClassName
{
color: #D9A1AD;
}
</style>
background-color css
<style>
a { background-color: #D9A1AD; }
a { background-color: rgb(217,161,173); }
div.DivClassName
{
background-color: #D9A1AD;
}
.BgClassName
{
background-color: #D9A1AD;
}
</style>
border-color css
<style>
span { border-color: #D9A1AD; }
span { border-color: rgb(217,161,173); }
td.TdClassName
{
border-color: #D9A1AD;
}
.TagClassName
{
border-color: #D9A1AD;
}
</style>