#DCB2AA

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

Shades of Cavern Pink #DCB2AA

Tints of Cavern Pink #DCB2AA

Color information

#DCB2AA (or 0xDCB2AA) is unknown color: approx Cavern Pink. HEX triplet: DC, B2 and AA. RGB value is (220,178,170). Sum of RGB (Red+Green+Blue) = 220+178+170=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AA is #234D55. Grayscale: #BDBDBD. Windows color (decimal): -2313558 or 11186908. OLE color: 11186908.

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

Color convert

RGB220178170-
CMYK00.190.230.14
HSL9.6º41.67%76.47%-
HSV(B)9.6º22.73%86.27%-
XYZ52.6949.9644.9-
YUV189.65116.91149.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=38.73%
G=31.34%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017817000.190.230.149.641.6776.47
HexDCB2AA01317Ea2a4c
Octal33426225202327161252114
Binary11011100101100101010101001001110111111010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2AA; }

 p { color: rgb(220,178,170); }

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

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

 a { background-color: rgb(220,178,170); }

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

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

 span { border-color: rgb(220,178,170); }

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