#DC9FAD

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

Shades of Kobi #DC9FAD

Tints of Kobi #DC9FAD

Color information

#DC9FAD (or 0xDC9FAD) is unknown color: approx Kobi. HEX triplet: DC, 9F and AD. RGB value is (220,159,173). Sum of RGB (Red+Green+Blue) = 220+159+173=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAD is #236052. Grayscale: #B2B2B2. Windows color (decimal): -2318419 or 11378652. OLE color: 11378652.

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

Color convert

RGB220159173-
CMYK00.280.210.14
HSL346.23º46.56%74.31%-
HSV(B)346.23º27.73%86.27%-
XYZ49.4643.0345.23-
YUV178.84124.71157.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=39.86%
G=28.80%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015917300.280.210.14346.2346.5674.31
HexDC9FAD01C15E15a2f4a
Octal334237255034251653257112
Binary1101110010011111101011010111001010111101010110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FAD; }

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

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

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

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

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

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

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

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