Html Css Color HEX #DCB4AC Cavern Pink

📋 copy color: '#DCB4AC'

red 220 ◦ green 180 ◦ blue 172

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

Shades of Cavern Pink #DCB4AC

Tints of Cavern Pink #DCB4AC

RGB

 RED value IS 220 (86.33% from 255) = 38.46%

 GREEN value IS 180 (70.7% from 255) = 31.47%

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 38.46%
G = 31.47%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCB4AC (or 0xDCB4AC) is known color: Cavern Pink. HEX triplet: DC, B4 and AC. RGB value is (220,180,172). Sum of RGB (Red+Green+Blue) = 220+180+172=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4AC is #234B53. Grayscale: #BFBFBF. Windows color (decimal): -2313044 or 11318492. OLE color: 11318492.

HSL color Cylindrical-coordinate representation of color #DCB4AC: hue angle of 10º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB4AC is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 172 -
CMYK 0 0.18 0.22 0.14
HSL 10º 0.41% 0.77% -
HSV(B) 10º 0.22% 0.86% -
XYZ 53.28 50.84 46.03 -
YUV 191.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 220 180 172 0 0.18 0.22 0.14 10 0.41 0.77
Hex DC B4 AC 0 12 16 E A 29 4D
Octal 334 264 254 0 22 26 16 12 51 115
Binary 11011100 10110100 10101100 0 10010 10110 1110 1010 101001 1001101

Color Harmonies of #DCB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4AC

Black with #DCB4AC

Text Example


Text Example

White with #DCB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4AC; }

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

 H1.HeaderClassName
 {
   color: #DCB4AC;
 }
 .AnyTagClassName
 {
   color: #DCB4AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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