#DC9BAC

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

Shades of Kobi #DC9BAC

Tints of Kobi #DC9BAC

Color information

#DC9BAC (or 0xDC9BAC) is unknown color: approx Kobi. HEX triplet: DC, 9B and AC. RGB value is (220,155,172). Sum of RGB (Red+Green+Blue) = 220+155+172=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BAC is #236453. Grayscale: #B0B0B0. Windows color (decimal): -2319444 or 11312092. OLE color: 11312092.

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

Color convert

RGB220155172-
CMYK00.300.220.14
HSL344.31º48.15%73.53%-
HSV(B)344.31º29.55%86.27%-
XYZ48.6841.6444.5-
YUV176.37125.53159.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=40.22%
G=28.34%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015517200.300.220.14344.3148.1573.53
HexDC9BAC01E16E158304a
Octal334233254036261653060112
Binary1101110010011011101011000111101011011101010110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BAC; }

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

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

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

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

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

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

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

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