Shades of Kobi #DA92A4
Tints of Kobi #DA92A4
RGB
CMYK
RGB Variations
Color information
#DA92A4 (or 0xDA92A4) is known color: Kobi. HEX triplet: DA, 92 and A4. RGB value is (218,146,164). Sum of RGB (Red+Green+Blue) = 218+146+164=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92A4 is #256D5B. Grayscale: #A9A9A9. Windows color (decimal): -2452828 or 10785498. OLE color: 10785498.
HSL color Cylindrical-coordinate representation of color #DA92A4: hue angle of 345º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA92A4 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 164 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.15 |
| HSL | 345º | 0.49% | 0.71% | - |
| HSV(B) | 345º | 0.33% | 0.85% | - |
| XYZ | 45.89 | 38.14 | 40.07 | - |
| YUV | 169.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 164 | 0 | 0.33 | 0.25 | 0.15 | 345 | 0.49 | 0.71 |
| Hex | DA | 92 | A4 | 0 | 21 | 19 | F | 159 | 31 | 47 |
| Octal | 332 | 222 | 244 | 0 | 41 | 31 | 17 | 531 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10100100 | 0 | 100001 | 11001 | 1111 | 101011001 | 110001 | 1000111 |
Color Harmonies of #DA92A4
Complementary color
Monochromatic Colors of #DA92A4
Black with #DA92A4
Text Example
Text Example
White with #DA92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA92A4; }
p { color: rgb(218,146,164); }
H1.HeaderClassName
{
color: #DA92A4;
}
.AnyTagClassName
{
color: #DA92A4;
}
</style>
background-color css
<style>
a { background-color: #DA92A4; }
a { background-color: rgb(218,146,164); }
div.DivClassName
{
background-color: #DA92A4;
}
.BgClassName
{
background-color: #DA92A4;
}
</style>
border-color css
<style>
span { border-color: #DA92A4; }
span { border-color: rgb(218,146,164); }
td.TdClassName
{
border-color: #DA92A4;
}
.TagClassName
{
border-color: #DA92A4;
}
</style>