Shades of Kobi #DC9AA4
Tints of Kobi #DC9AA4
RGB
CMYK
RGB Variations
Color information
#DC9AA4 (or 0xDC9AA4) is known color: Kobi. HEX triplet: DC, 9A and A4. RGB value is (220,154,164). Sum of RGB (Red+Green+Blue) = 220+154+164=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA4 is #23655B. Grayscale: #AEAEAE. Windows color (decimal): -2319708 or 10787548. OLE color: 10787548.
HSL color Cylindrical-coordinate representation of color #DC9AA4: hue angle of 350.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AA4 is Cyan = 0, Magento = 0.3, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 164 | - |
| CMYK | 0 | 0.3 | 0.25 | 0.14 |
| HSL | 350.91º | 0.49% | 0.73% | - |
| HSV(B) | 350.91º | 0.3% | 0.86% | - |
| XYZ | 47.77 | 41.01 | 40.52 | - |
| YUV | 174.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 164 | 0 | 0.3 | 0.25 | 0.14 | 350.91 | 0.49 | 0.73 |
| Hex | DC | 9A | A4 | 0 | 1E | 19 | E | 15F | 31 | 49 |
| Octal | 334 | 232 | 244 | 0 | 36 | 31 | 16 | 537 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10100100 | 0 | 11110 | 11001 | 1110 | 101011111 | 110001 | 1001001 |
Color Harmonies of #DC9AA4
Complementary color
Monochromatic Colors of #DC9AA4
Black with #DC9AA4
Text Example
Text Example
White with #DC9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AA4; }
p { color: rgb(220,154,164); }
H1.HeaderClassName
{
color: #DC9AA4;
}
.AnyTagClassName
{
color: #DC9AA4;
}
</style>
background-color css
<style>
a { background-color: #DC9AA4; }
a { background-color: rgb(220,154,164); }
div.DivClassName
{
background-color: #DC9AA4;
}
.BgClassName
{
background-color: #DC9AA4;
}
</style>
border-color css
<style>
span { border-color: #DC9AA4; }
span { border-color: rgb(220,154,164); }
td.TdClassName
{
border-color: #DC9AA4;
}
.TagClassName
{
border-color: #DC9AA4;
}
</style>