#DCA3B6

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

Shades of Kobi #DCA3B6

Tints of Kobi #DCA3B6

Color information

#DCA3B6 (or 0xDCA3B6) is unknown color: approx Kobi. HEX triplet: DC, A3 and B6. RGB value is (220,163,182). Sum of RGB (Red+Green+Blue) = 220+163+182=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3B6 is #235C49. Grayscale: #B6B6B6. Windows color (decimal): -2317386 or 11969500. OLE color: 11969500.

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

Color convert

RGB220163182-
CMYK00.260.170.14
HSL340º44.88%75.1%-
HSV(B)340º25.91%86.27%-
XYZ51.0644.7950.21-
YUV182.21127.88154.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=38.94%
G=28.85%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016318200.260.170.1434044.8875.1
HexDCA3B601A11E1542d4b
Octal334243266032211652455113
Binary1101110010100011101101100110101000111101010101001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3B6; }

 p { color: rgb(220,163,182); }

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

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

 a { background-color: rgb(220,163,182); }

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

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

 span { border-color: rgb(220,163,182); }

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