#DCB7AE

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

Shades of Cavern Pink #DCB7AE

Tints of Cavern Pink #DCB7AE

Color information

#DCB7AE (or 0xDCB7AE) is unknown color: approx Cavern Pink. HEX triplet: DC, B7 and AE. RGB value is (220,183,174). Sum of RGB (Red+Green+Blue) = 220+183+174=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AE is #234851. Grayscale: #C1C1C1. Windows color (decimal): -2312274 or 11450332. OLE color: 11450332.

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

Color convert

RGB220183174-
CMYK00.170.210.14
HSL11.74º39.66%77.25%-
HSV(B)11.74º20.91%86.27%-
XYZ54.0952.1447.26-
YUV193.04117.26147.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 183 (71.88% from 255) = 31.72%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=38.13%
G=31.72%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018317400.170.210.1411.7439.6677.25
HexDCB7AE01115Ec284d
Octal33426725602125161450115
Binary11011100101101111010111001000110101111011001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7AE; }

 p { color: rgb(220,183,174); }

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

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

 a { background-color: rgb(220,183,174); }

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

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

 span { border-color: rgb(220,183,174); }

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