#DCB5AE

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

Shades of Cavern Pink #DCB5AE

Tints of Cavern Pink #DCB5AE

Color information

#DCB5AE (or 0xDCB5AE) is unknown color: approx Cavern Pink. HEX triplet: DC, B5 and AE. RGB value is (220,181,174). Sum of RGB (Red+Green+Blue) = 220+181+174=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5AE is #234A51. Grayscale: #BFBFBF. Windows color (decimal): -2312786 or 11449820. OLE color: 11449820.

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

Color convert

RGB220181174-
CMYK00.180.210.14
HSL9.13º39.66%77.25%-
HSV(B)9.13º20.91%86.27%-
XYZ53.6851.3247.12-
YUV191.86117.92148.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 181 (71.09% from 255) = 31.48%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=38.26%
G=31.48%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018117400.180.210.149.1339.6677.25
HexDCB5AE01215E9284d
Octal33426525602225161150115
Binary11011100101101011010111001001010101111010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5AE; }

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

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

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

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

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

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

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

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