#DFB4AC

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

Shades of Cavern Pink #DFB4AC

Tints of Cavern Pink #DFB4AC

Color information

#DFB4AC (or 0xDFB4AC) is unknown color: approx Cavern Pink. HEX triplet: DF, B4 and AC. RGB value is (223,180,172). Sum of RGB (Red+Green+Blue) = 223+180+172=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4AC is #204B53. Grayscale: #C0C0C0. Windows color (decimal): -2116436 or 11318495. OLE color: 11318495.

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

Color convert

RGB223180172-
CMYK00.190.230.13
HSL9.41º44.35%77.45%-
HSV(B)9.41º22.87%87.45%-
XYZ54.251.3146.08-
YUV191.94116.75150.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=38.78%
G=31.30%
B=29.91%

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
Decimal22318017200.190.230.139.4144.3577.45
HexDFB4AC01317D92c4d
Octal33726425402327151154115
Binary11011111101101001010110001001110111110110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4AC; }

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

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

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

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

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

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

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

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