#DC91A5

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

Shades of Kobi #DC91A5

Tints of Kobi #DC91A5

Color information

#DC91A5 (or 0xDC91A5) is unknown color: approx Kobi. HEX triplet: DC, 91 and A5. RGB value is (220,145,165). Sum of RGB (Red+Green+Blue) = 220+145+165=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC91A5 is #236E5A. Grayscale: #A9A9A9. Windows color (decimal): -2322011 or 10850780. OLE color: 10850780.

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

Color convert

RGB220145165-
CMYK00.340.250.14
HSL344º51.72%71.57%-
HSV(B)344º34.09%86.27%-
XYZ46.4338.1840.52-
YUV169.7125.35163.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=41.51%
G=27.36%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014516500.340.250.1434451.7271.57
HexDC91A502219E1583448
Octal334221245042311653064110
Binary11011100100100011010010101000101100111101010110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91A5; }

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

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

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

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

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

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

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

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