#DC9FAC

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

Shades of Kobi #DC9FAC

Tints of Kobi #DC9FAC

Color information

#DC9FAC (or 0xDC9FAC) is unknown color: approx Kobi. HEX triplet: DC, 9F and AC. RGB value is (220,159,172). Sum of RGB (Red+Green+Blue) = 220+159+172=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAC is #236053. Grayscale: #B2B2B2. Windows color (decimal): -2318420 or 11313116. OLE color: 11313116.

HSL color Cylindrical-coordinate representation of color #DC9FAC: hue angle of 347.21º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FAC is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220159172-
CMYK00.280.220.14
HSL347.21º46.56%74.31%-
HSV(B)347.21º27.73%86.27%-
XYZ49.3642.9944.73-
YUV178.72124.21157.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=39.93%
G=28.86%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015917200.280.220.14347.2146.5674.31
HexDC9FAC01C16E15b2f4a
Octal334237254034261653357112
Binary1101110010011111101011000111001011011101010110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FAC; }

 p { color: rgb(220,159,172); }

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

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

 a { background-color: rgb(220,159,172); }

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

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

 span { border-color: rgb(220,159,172); }

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