Html Css Color HEX #DCB7AC Cavern Pink

📋 copy color: '#DCB7AC'

red 220 ◦ green 183 ◦ blue 172

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

Shades of Cavern Pink #DCB7AC

Tints of Cavern Pink #DCB7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

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

R = 38.26%
G = 31.83%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCB7AC (or 0xDCB7AC) is known color: Cavern Pink. HEX triplet: DC, B7 and AC. RGB value is (220,183,172). Sum of RGB (Red+Green+Blue) = 220+183+172=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AC is #234853. Grayscale: #C0C0C0. Windows color (decimal): -2312276 or 11319260. OLE color: 11319260.

HSL color Cylindrical-coordinate representation of color #DCB7AC: hue angle of 13.75º 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 #DCB7AC is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 172 -
CMYK 0 0.17 0.22 0.14
HSL 13.75º 0.41% 0.77% -
HSV(B) 13.75º 0.22% 0.86% -
XYZ 53.9 52.06 46.24 -
YUV 192.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 220 183 172 0 0.17 0.22 0.14 13.75 0.41 0.77
Hex DC B7 AC 0 11 16 E E 29 4D
Octal 334 267 254 0 21 26 16 16 51 115
Binary 11011100 10110111 10101100 0 10001 10110 1110 1110 101001 1001101

Color Harmonies of #DCB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7AC

Black with #DCB7AC

Text Example


Text Example

White with #DCB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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