#DCB4AE

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

Shades of Cavern Pink #DCB4AE

Tints of Cavern Pink #DCB4AE

Color information

#DCB4AE (or 0xDCB4AE) is unknown color: approx Cavern Pink. HEX triplet: DC, B4 and AE. RGB value is (220,180,174). Sum of RGB (Red+Green+Blue) = 220+180+174=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4AE is #234B51. Grayscale: #BFBFBF. Windows color (decimal): -2313042 or 11449564. OLE color: 11449564.

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

Color convert

RGB220180174-
CMYK00.180.210.14
HSL7.83º39.66%77.25%-
HSV(B)7.83º20.91%86.27%-
XYZ53.4850.9147.05-
YUV191.28118.25148.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=38.33%
G=31.36%
B=30.31%

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
Decimal22018017400.180.210.147.8339.6677.25
HexDCB4AE01215E8284d
Octal33426425602225161050115
Binary11011100101101001010111001001010101111010001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4AE; }

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

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

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

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

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

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

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

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