#DF90A2

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

Shades of Kobi #DF90A2

Tints of Kobi #DF90A2

Color information

#DF90A2 (or 0xDF90A2) is unknown color: approx Kobi. HEX triplet: DF, 90 and A2. RGB value is (223,144,162). Sum of RGB (Red+Green+Blue) = 223+144+162=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90A2 is #206F5D. Grayscale: #A9A9A9. Windows color (decimal): -2125662 or 10653919. OLE color: 10653919.

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

Color convert

RGB223144162-
CMYK00.350.270.13
HSL346.33º55.24%71.96%-
HSV(B)346.33º35.43%87.45%-
XYZ46.9338.2439.09-
YUV169.67123.67166.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=42.16%
G=27.22%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314416200.350.270.13346.3355.2471.96
HexDF90A20231BD15a3748
Octal337220242043331553267110
Binary11011111100100001010001001000111101111011010110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90A2; }

 p { color: rgb(223,144,162); }

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

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

 a { background-color: rgb(223,144,162); }

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

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

 span { border-color: rgb(223,144,162); }

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