#DF92A6

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

Shades of Kobi #DF92A6

Tints of Kobi #DF92A6

Color information

#DF92A6 (or 0xDF92A6) is unknown color: approx Kobi. HEX triplet: DF, 92 and A6. RGB value is (223,146,166). Sum of RGB (Red+Green+Blue) = 223+146+166=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF92A6 is #206D59. Grayscale: #ABABAB. Windows color (decimal): -2125146 or 10916575. OLE color: 10916575.

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

Color convert

RGB223146166-
CMYK00.350.260.13
HSL344.42º54.61%72.35%-
HSV(B)344.42º34.53%87.45%-
XYZ47.593941.1-
YUV171.3125.01164.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=41.68%
G=27.29%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314616600.350.260.13344.4254.6172.35
HexDF92A60231AD1583748
Octal337222246043321553067110
Binary11011111100100101010011001000111101011011010110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92A6; }

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

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

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

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

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

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

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

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