Shades of Kobi #DC9DAB
Tints of Kobi #DC9DAB
RGB
CMYK
RGB Variations
Color information
#DC9DAB (or 0xDC9DAB) is known color: Kobi. HEX triplet: DC, 9D and AB. RGB value is (220,157,171). Sum of RGB (Red+Green+Blue) = 220+157+171=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DAB is #236254. Grayscale: #B1B1B1. Windows color (decimal): -2318933 or 11247068. OLE color: 11247068.
HSL color Cylindrical-coordinate representation of color #DC9DAB: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DAB is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 171 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.14 |
| HSL | 346.67º | 0.47% | 0.74% | - |
| HSV(B) | 346.67º | 0.29% | 0.86% | - |
| XYZ | 48.92 | 42.27 | 44.11 | - |
| YUV | 177.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 171 | 0 | 0.29 | 0.22 | 0.14 | 346.67 | 0.47 | 0.74 |
| Hex | DC | 9D | AB | 0 | 1D | 16 | E | 15B | 2F | 4A |
| Octal | 334 | 235 | 253 | 0 | 35 | 26 | 16 | 533 | 57 | 112 |
| Binary | 11011100 | 10011101 | 10101011 | 0 | 11101 | 10110 | 1110 | 101011011 | 101111 | 1001010 |
Color Harmonies of #DC9DAB
Complementary color
Monochromatic Colors of #DC9DAB
Black with #DC9DAB
Text Example
Text Example
White with #DC9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DAB; }
p { color: rgb(220,157,171); }
H1.HeaderClassName
{
color: #DC9DAB;
}
.AnyTagClassName
{
color: #DC9DAB;
}
</style>
background-color css
<style>
a { background-color: #DC9DAB; }
a { background-color: rgb(220,157,171); }
div.DivClassName
{
background-color: #DC9DAB;
}
.BgClassName
{
background-color: #DC9DAB;
}
</style>
border-color css
<style>
span { border-color: #DC9DAB; }
span { border-color: rgb(220,157,171); }
td.TdClassName
{
border-color: #DC9DAB;
}
.TagClassName
{
border-color: #DC9DAB;
}
</style>