Shades of Kobi #DF92A4
Tints of Kobi #DF92A4
RGB
CMYK
RGB Variations
Color information
#DF92A4 (or 0xDF92A4) is known color: Kobi. HEX triplet: DF, 92 and A4. RGB value is (223,146,164). Sum of RGB (Red+Green+Blue) = 223+146+164=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A4 is #206D5B. Grayscale: #ABABAB. Windows color (decimal): -2125148 or 10785503. OLE color: 10785503.
HSL color Cylindrical-coordinate representation of color #DF92A4: hue angle of 345.97º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF92A4 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 164 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.13 |
| HSL | 345.97º | 0.55% | 0.72% | - |
| HSV(B) | 345.97º | 0.35% | 0.87% | - |
| XYZ | 47.41 | 38.93 | 40.14 | - |
| YUV | 171.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 164 | 0 | 0.35 | 0.26 | 0.13 | 345.97 | 0.55 | 0.72 |
| Hex | DF | 92 | A4 | 0 | 23 | 1A | D | 15A | 37 | 48 |
| Octal | 337 | 222 | 244 | 0 | 43 | 32 | 15 | 532 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10100100 | 0 | 100011 | 11010 | 1101 | 101011010 | 110111 | 1001000 |
Color Harmonies of #DF92A4
Complementary color
Monochromatic Colors of #DF92A4
Black with #DF92A4
Text Example
Text Example
White with #DF92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92A4; }
p { color: rgb(223,146,164); }
H1.HeaderClassName
{
color: #DF92A4;
}
.AnyTagClassName
{
color: #DF92A4;
}
</style>
background-color css
<style>
a { background-color: #DF92A4; }
a { background-color: rgb(223,146,164); }
div.DivClassName
{
background-color: #DF92A4;
}
.BgClassName
{
background-color: #DF92A4;
}
</style>
border-color css
<style>
span { border-color: #DF92A4; }
span { border-color: rgb(223,146,164); }
td.TdClassName
{
border-color: #DF92A4;
}
.TagClassName
{
border-color: #DF92A4;
}
</style>