#DCB3AD

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

Shades of Cavern Pink #DCB3AD

Tints of Cavern Pink #DCB3AD

Color information

#DCB3AD (or 0xDCB3AD) is unknown color: approx Cavern Pink. HEX triplet: DC, B3 and AD. RGB value is (220,179,173). Sum of RGB (Red+Green+Blue) = 220+179+173=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AD is #234C52. Grayscale: #BEBEBE. Windows color (decimal): -2313299 or 11383772. OLE color: 11383772.

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

Color convert

RGB220179173-
CMYK00.190.210.14
HSL7.66º40.17%77.06%-
HSV(B)7.66º21.36%86.27%-
XYZ53.1850.4746.47-
YUV190.58118.08148.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=38.46%
G=31.29%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017917300.190.210.147.6640.1777.06
HexDCB3AD01315E8284d
Octal33426325502325161050115
Binary11011100101100111010110101001110101111010001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3AD; }

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

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

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

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

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

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

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

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