Shades of Kobi #DC9BA4
Tints of Kobi #DC9BA4
RGB
CMYK
RGB Variations
Color information
#DC9BA4 (or 0xDC9BA4) is known color: Kobi. HEX triplet: DC, 9B and A4. RGB value is (220,155,164). Sum of RGB (Red+Green+Blue) = 220+155+164=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA4 is #23645B. Grayscale: #AFAFAF. Windows color (decimal): -2319452 or 10787804. OLE color: 10787804.
HSL color Cylindrical-coordinate representation of color #DC9BA4: hue angle of 351.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BA4 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 164 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.14 |
| HSL | 351.69º | 0.48% | 0.74% | - |
| HSV(B) | 351.69º | 0.3% | 0.86% | - |
| XYZ | 47.94 | 41.34 | 40.57 | - |
| YUV | 175.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 164 | 0 | 0.30 | 0.25 | 0.14 | 351.69 | 0.48 | 0.74 |
| Hex | DC | 9B | A4 | 0 | 1E | 19 | E | 160 | 30 | 4A |
| Octal | 334 | 233 | 244 | 0 | 36 | 31 | 16 | 540 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10100100 | 0 | 11110 | 11001 | 1110 | 101100000 | 110000 | 1001010 |
Color Harmonies of #DC9BA4
Complementary color
Monochromatic Colors of #DC9BA4
Black with #DC9BA4
Text Example
Text Example
White with #DC9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BA4; }
p { color: rgb(220,155,164); }
H1.HeaderClassName
{
color: #DC9BA4;
}
.AnyTagClassName
{
color: #DC9BA4;
}
</style>
background-color css
<style>
a { background-color: #DC9BA4; }
a { background-color: rgb(220,155,164); }
div.DivClassName
{
background-color: #DC9BA4;
}
.BgClassName
{
background-color: #DC9BA4;
}
</style>
border-color css
<style>
span { border-color: #DC9BA4; }
span { border-color: rgb(220,155,164); }
td.TdClassName
{
border-color: #DC9BA4;
}
.TagClassName
{
border-color: #DC9BA4;
}
</style>