#DCA0AB

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

Shades of Kobi #DCA0AB

Tints of Kobi #DCA0AB

Color information

#DCA0AB (or 0xDCA0AB) is unknown color: approx Kobi. HEX triplet: DC, A0 and AB. RGB value is (220,160,171). Sum of RGB (Red+Green+Blue) = 220+160+171=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0AB is #235F54. Grayscale: #B3B3B3. Windows color (decimal): -2318165 or 11247836. OLE color: 11247836.

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

Color convert

RGB220160171-
CMYK00.270.220.14
HSL349º46.15%74.51%-
HSV(B)349º27.27%86.27%-
XYZ49.4443.344.28-
YUV179.19123.38157.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=39.93%
G=29.04%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016017100.270.220.1434946.1574.51
HexDCA0AB01B16E15d2e4b
Octal334240253033261653556113
Binary1101110010100000101010110110111011011101010111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0AB; }

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

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

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

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

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

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

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

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