#DFB6AC

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

Shades of Cavern Pink #DFB6AC

Tints of Cavern Pink #DFB6AC

Color information

#DFB6AC (or 0xDFB6AC) is unknown color: approx Cavern Pink. HEX triplet: DF, B6 and AC. RGB value is (223,182,172). Sum of RGB (Red+Green+Blue) = 223+182+172=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AC is #204953. Grayscale: #C1C1C1. Windows color (decimal): -2115924 or 11319007. OLE color: 11319007.

HSL color Cylindrical-coordinate representation of color #DFB6AC: hue angle of 11.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB6AC is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223182172-
CMYK00.180.230.13
HSL11.76º44.35%77.45%-
HSV(B)11.76º22.87%87.45%-
XYZ54.6152.1246.21-
YUV193.12116.08149.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=38.65%
G=31.54%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318217200.180.230.1311.7644.3577.45
HexDFB6AC01217Dc2c4d
Octal33726625402227151454115
Binary11011111101101101010110001001010111110111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6AC; }

 p { color: rgb(223,182,172); }

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

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

 a { background-color: rgb(223,182,172); }

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

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

 span { border-color: rgb(223,182,172); }

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