Html Css Color HEX #DFB3AC Cavern Pink

📋 copy color: '#DFB3AC'

red 223 ◦ green 179 ◦ blue 172

#DFB3AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DFB3AC

Tints of Cavern Pink #DFB3AC

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 value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFB3AC (or 0xDFB3AC) is known color: 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

RGB 223 179 172 -
CMYK 0 0.20 0.23 0.13
HSL 8.24º 0.44% 0.77% -
HSV(B) 8.24º 0.23% 0.87% -
XYZ 54 50.91 46.01 -
YUV 191.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 223 179 172 0 0.20 0.23 0.13 8.24 0.44 0.77
Hex DF B3 AC 0 14 17 D 8 2C 4D
Octal 337 263 254 0 24 27 15 10 54 115
Binary 11011111 10110011 10101100 0 10100 10111 1101 1000 101100 1001101

Color Harmonies of #DFB3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3AC

Black with #DFB3AC

Text Example


Text Example

White with #DFB3AC

Text Example


Text Example

HTML Codes & Css Web 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>