#DFB3AC

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

Shades of Cavern Pink #DFB3AC

Tints of Cavern Pink #DFB3AC

Color information

#DFB3AC (or 0xDFB3AC) is unknown color: approx Cavern Pink. HEX triplet: DF, B3 and AC. RGB value is (223,179,172). Sum of RGB (Red+Green+Blue) = 223+179+172=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB3AC is #204C53. Grayscale: #BFBFBF. Windows color (decimal): -2116692 or 11318239. OLE color: 11318239.

HSL color Cylindrical-coordinate representation of color #DFB3AC: hue angle of 8.24º 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 #DFB3AC is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223179172-
CMYK00.200.230.13
HSL8.24º44.35%77.45%-
HSV(B)8.24º22.87%87.45%-
XYZ5450.9146.01-
YUV191.36117.08150.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=38.85%
G=31.18%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317917200.200.230.138.2444.3577.45
HexDFB3AC01417D82c4d
Octal33726325402427151054115
Binary11011111101100111010110001010010111110110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3AC; }

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

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

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

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

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

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

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

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