#DF90A1

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

Shades of Kobi #DF90A1

Tints of Kobi #DF90A1

Color information

#DF90A1 (or 0xDF90A1) is unknown color: approx Kobi. HEX triplet: DF, 90 and A1. RGB value is (223,144,161). Sum of RGB (Red+Green+Blue) = 223+144+161=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90A1 is #206F5E. Grayscale: #A9A9A9. Windows color (decimal): -2125663 or 10588383. OLE color: 10588383.

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

Color convert

RGB223144161-
CMYK00.350.280.13
HSL347.09º55.24%71.96%-
HSV(B)347.09º35.43%87.45%-
XYZ46.8438.2138.62-
YUV169.56123.17166.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=42.23%
G=27.27%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314416100.350.280.13347.0955.2471.96
HexDF90A10231CD15b3748
Octal337220241043341553367110
Binary11011111100100001010000101000111110011011010110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90A1; }

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

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

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

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

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

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

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

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