#DC91A9

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

Shades of Kobi #DC91A9

Tints of Kobi #DC91A9

Color information

#DC91A9 (or 0xDC91A9) is unknown color: approx Kobi. HEX triplet: DC, 91 and A9. RGB value is (220,145,169). Sum of RGB (Red+Green+Blue) = 220+145+169=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC91A9 is #236E56. Grayscale: #AAAAAA. Windows color (decimal): -2322007 or 11112924. OLE color: 11112924.

HSL color Cylindrical-coordinate representation of color #DC91A9: hue angle of 340.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC91A9 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220145169-
CMYK00.340.230.14
HSL340.8º51.72%71.57%-
HSV(B)340.8º34.09%86.27%-
XYZ46.838.3342.47-
YUV170.16127.35163.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=41.20%
G=27.15%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014516900.340.230.14340.851.7271.57
HexDC91A902217E1553448
Octal334221251042271652564110
Binary11011100100100011010100101000101011111101010101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91A9; }

 p { color: rgb(220,145,169); }

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

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

 a { background-color: rgb(220,145,169); }

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

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

 span { border-color: rgb(220,145,169); }

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