#DCB8B0

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

Shades of Cavern Pink #DCB8B0

Tints of Cavern Pink #DCB8B0

Color information

#DCB8B0 (or 0xDCB8B0) is unknown color: approx Cavern Pink. HEX triplet: DC, B8 and B0. RGB value is (220,184,176). Sum of RGB (Red+Green+Blue) = 220+184+176=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8B0 is #23474F. Grayscale: #C1C1C1. Windows color (decimal): -2312016 or 11581660. OLE color: 11581660.

HSL color Cylindrical-coordinate representation of color #DCB8B0: hue angle of 10.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB8B0 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220184176-
CMYK00.160.20.14
HSL10.91º38.6%77.65%-
HSV(B)10.91º20%86.27%-
XYZ54.4952.6348.36-
YUV193.85117.93146.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 176 (69.14% from 255) = 30.34%
R=37.93%
G=31.72%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018417600.160.20.1410.9138.677.65
HexDCB8B001014Eb274e
Octal33427026002024161347116
Binary11011100101110001011000001000010100111010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8B0; }

 p { color: rgb(220,184,176); }

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

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

 a { background-color: rgb(220,184,176); }

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

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

 span { border-color: rgb(220,184,176); }

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