#DCB3AC

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

Shades of Cavern Pink #DCB3AC

Tints of Cavern Pink #DCB3AC

Color information

#DCB3AC (or 0xDCB3AC) is unknown color: approx Cavern Pink. HEX triplet: DC, B3 and AC. RGB value is (220,179,172). Sum of RGB (Red+Green+Blue) = 220+179+172=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AC is #234C53. Grayscale: #BEBEBE. Windows color (decimal): -2313300 or 11318236. OLE color: 11318236.

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

Color convert

RGB220179172-
CMYK00.190.220.14
HSL8.75º40.68%76.86%-
HSV(B)8.75º21.82%86.27%-
XYZ53.0850.4345.97-
YUV190.46117.58149.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=38.53%
G=31.35%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017917200.190.220.148.7540.6876.86
HexDCB3AC01316E9294d
Octal33426325402326161151115
Binary11011100101100111010110001001110110111010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3AC; }

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

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

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

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

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

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

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

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