#DFB5AC

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

Shades of Cavern Pink #DFB5AC

Tints of Cavern Pink #DFB5AC

Color information

#DFB5AC (or 0xDFB5AC) is unknown color: approx Cavern Pink. HEX triplet: DF, B5 and AC. RGB value is (223,181,172). Sum of RGB (Red+Green+Blue) = 223+181+172=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5AC is #204A53. Grayscale: #C0C0C0. Windows color (decimal): -2116180 or 11318751. OLE color: 11318751.

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

Color convert

RGB223181172-
CMYK00.190.230.13
HSL10.59º44.35%77.45%-
HSV(B)10.59º22.87%87.45%-
XYZ54.451.7146.14-
YUV192.53116.41149.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 181 (71.09% from 255) = 31.42%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=38.72%
G=31.42%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318117200.190.230.1310.5944.3577.45
HexDFB5AC01317Db2c4d
Octal33726525402327151354115
Binary11011111101101011010110001001110111110110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5AC; }

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

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

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

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

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

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

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

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