#DF92A9

Color #DF92A9 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF92A9

Tints of Kobi #DF92A9

Color information

#DF92A9 (or 0xDF92A9) is unknown color: approx Kobi. HEX triplet: DF, 92 and A9. RGB value is (223,146,169). Sum of RGB (Red+Green+Blue) = 223+146+169=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A9 is #206D56. Grayscale: #ABABAB. Windows color (decimal): -2125143 or 11113183. OLE color: 11113183.

HSL color Cylindrical-coordinate representation of color #DF92A9: hue angle of 342.08º 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 #DF92A9 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223146169-
CMYK00.350.240.13
HSL342.08º54.61%72.35%-
HSV(B)342.08º34.53%87.45%-
XYZ47.8739.1142.56-
YUV171.64126.51164.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=41.45%
G=27.14%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314616900.350.240.13342.0854.6172.35
HexDF92A902318D1563748
Octal337222251043301552667110
Binary11011111100100101010100101000111100011011010101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92A9; }

 p { color: rgb(223,146,169); }

 H1.HeaderClassName
 {
   color: #DF92A9;
 }
 .AnyTagClassName
 {
   color: #DF92A9;
 }
</style>
background-color css

<style>
 a { background-color: #DF92A9; }

 a { background-color: rgb(223,146,169); }

 div.DivClassName
 {
   background-color: #DF92A9;
 }
 .BgClassName
 {
   background-color: #DF92A9;
 }
</style>
border-color css

<style>
 span { border-color: #DF92A9; }

 span { border-color: rgb(223,146,169); }

 td.TdClassName
 {
   border-color: #DF92A9;
 }
 .TagClassName
 {
   border-color: #DF92A9;
 }
</style>