#DCB9AE

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

Shades of Cavern Pink #DCB9AE

Tints of Cavern Pink #DCB9AE

Color information

#DCB9AE (or 0xDCB9AE) is unknown color: approx Cavern Pink. HEX triplet: DC, B9 and AE. RGB value is (220,185,174). Sum of RGB (Red+Green+Blue) = 220+185+174=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AE is #234651. Grayscale: #C2C2C2. Windows color (decimal): -2311762 or 11450844. OLE color: 11450844.

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

Color convert

RGB220185174-
CMYK00.160.210.14
HSL14.35º39.66%77.25%-
HSV(B)14.35º20.91%86.27%-
XYZ54.552.9747.4-
YUV194.21116.6146.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=38.00%
G=31.95%
B=30.05%

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
Decimal22018517400.160.210.1414.3539.6677.25
HexDCB9AE01015Ee284d
Octal33427125602025161650115
Binary11011100101110011010111001000010101111011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9AE; }

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

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

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

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

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

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

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

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