#DC91AA

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

Shades of Kobi #DC91AA

Tints of Kobi #DC91AA

Color information

#DC91AA (or 0xDC91AA) is unknown color: approx Kobi. HEX triplet: DC, 91 and AA. RGB value is (220,145,170). Sum of RGB (Red+Green+Blue) = 220+145+170=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC91AA is #236E55. Grayscale: #AAAAAA. Windows color (decimal): -2322006 or 11178460. OLE color: 11178460.

HSL color Cylindrical-coordinate representation of color #DC91AA: hue angle of 340º 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 #DC91AA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220145170-
CMYK00.340.230.14
HSL340º51.72%71.57%-
HSV(B)340º34.09%86.27%-
XYZ46.938.3742.96-
YUV170.27127.85163.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=41.12%
G=27.10%
B=31.78%

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
Decimal22014517000.340.230.1434051.7271.57
HexDC91AA02217E1543448
Octal334221252042271652464110
Binary11011100100100011010101001000101011111101010101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91AA; }

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

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

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

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

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

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

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

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