Shades of Kobi #D49DAB
Tints of Kobi #D49DAB
RGB
CMYK
RGB Variations
Color information
#D49DAB (or 0xD49DAB) is known color: Kobi. HEX triplet: D4, 9D and AB. RGB value is (212,157,171). Sum of RGB (Red+Green+Blue) = 212+157+171=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DAB is #2B6254. Grayscale: #AFAFAF. Windows color (decimal): -2843221 or 11247060. OLE color: 11247060.
HSL color Cylindrical-coordinate representation of color #D49DAB: hue angle of 344.73º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DAB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 171 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.17 |
| HSL | 344.73º | 0.39% | 0.72% | - |
| HSV(B) | 344.73º | 0.26% | 0.83% | - |
| XYZ | 46.56 | 41.05 | 44 | - |
| YUV | 175.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 171 | 0 | 0.26 | 0.19 | 0.17 | 344.73 | 0.39 | 0.72 |
| Hex | D4 | 9D | AB | 0 | 1A | 13 | 11 | 159 | 27 | 48 |
| Octal | 324 | 235 | 253 | 0 | 32 | 23 | 21 | 531 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10101011 | 0 | 11010 | 10011 | 10001 | 101011001 | 100111 | 1001000 |
Color Harmonies of #D49DAB
Complementary color
Monochromatic Colors of #D49DAB
Black with #D49DAB
Text Example
Text Example
White with #D49DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DAB; }
p { color: rgb(212,157,171); }
H1.HeaderClassName
{
color: #D49DAB;
}
.AnyTagClassName
{
color: #D49DAB;
}
</style>
background-color css
<style>
a { background-color: #D49DAB; }
a { background-color: rgb(212,157,171); }
div.DivClassName
{
background-color: #D49DAB;
}
.BgClassName
{
background-color: #D49DAB;
}
</style>
border-color css
<style>
span { border-color: #D49DAB; }
span { border-color: rgb(212,157,171); }
td.TdClassName
{
border-color: #D49DAB;
}
.TagClassName
{
border-color: #D49DAB;
}
</style>