#DCB8AD

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

Shades of Cavern Pink #DCB8AD

Tints of Cavern Pink #DCB8AD

Color information

#DCB8AD (or 0xDCB8AD) is unknown color: approx Cavern Pink. HEX triplet: DC, B8 and AD. RGB value is (220,184,173). Sum of RGB (Red+Green+Blue) = 220+184+173=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8AD is #234752. Grayscale: #C1C1C1. Windows color (decimal): -2312019 or 11385052. OLE color: 11385052.

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

Color convert

RGB220184173-
CMYK00.160.210.14
HSL14.04º40.17%77.06%-
HSV(B)14.04º21.36%86.27%-
XYZ54.252.5146.81-
YUV193.51116.43146.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 184 (72.27% from 255) = 31.89%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=38.13%
G=31.89%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018417300.160.210.1414.0440.1777.06
HexDCB8AD01015Ee284d
Octal33427025502025161650115
Binary11011100101110001010110101000010101111011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8AD; }

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

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

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

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

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

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

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

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