#DCA0B3

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

Shades of Kobi #DCA0B3

Tints of Kobi #DCA0B3

Color information

#DCA0B3 (or 0xDCA0B3) is unknown color: approx Kobi. HEX triplet: DC, A0 and B3. RGB value is (220,160,179). Sum of RGB (Red+Green+Blue) = 220+160+179=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0B3 is #235F4C. Grayscale: #B4B4B4. Windows color (decimal): -2318157 or 11772124. OLE color: 11772124.

HSL color Cylindrical-coordinate representation of color #DCA0B3: hue angle of 341º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0B3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220160179-
CMYK00.270.190.14
HSL341º46.15%74.51%-
HSV(B)341º27.27%86.27%-
XYZ50.2243.6148.42-
YUV180.11127.38156.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=39.36%
G=28.62%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016017900.270.190.1434146.1574.51
HexDCA0B301B13E1552e4b
Octal334240263033231652556113
Binary1101110010100000101100110110111001111101010101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0B3; }

 p { color: rgb(220,160,179); }

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

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

 a { background-color: rgb(220,160,179); }

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

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

 span { border-color: rgb(220,160,179); }

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