#DCB3AE

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

Shades of Cavern Pink #DCB3AE

Tints of Cavern Pink #DCB3AE

Color information

#DCB3AE (or 0xDCB3AE) is unknown color: approx Cavern Pink. HEX triplet: DC, B3 and AE. RGB value is (220,179,174). Sum of RGB (Red+Green+Blue) = 220+179+174=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AE is #234C51. Grayscale: #BEBEBE. Windows color (decimal): -2313298 or 11449308. OLE color: 11449308.

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

Color convert

RGB220179174-
CMYK00.190.210.14
HSL6.52º39.66%77.25%-
HSV(B)6.52º20.91%86.27%-
XYZ53.2850.5146.99-
YUV190.69118.58148.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=38.39%
G=31.24%
B=30.37%

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
Decimal22017917400.190.210.146.5239.6677.25
HexDCB3AE01315E7284d
Octal3342632560232516750115
Binary1101110010110011101011100100111010111101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3AE; }

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

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

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

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

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

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

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

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