Html Css Color HEX #DCB3AD Cavern Pink

📋 copy color: '#DCB3AD'

red 220 ◦ green 179 ◦ blue 173

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

Shades of Cavern Pink #DCB3AD

Tints of Cavern Pink #DCB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.29%

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 38.46%
G = 31.29%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCB3AD (or 0xDCB3AD) is known color: Cavern Pink. HEX triplet: DC, B3 and AD. RGB value is (220,179,173). Sum of RGB (Red+Green+Blue) = 220+179+173=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AD is #234C52. Grayscale: #BEBEBE. Windows color (decimal): -2313299 or 11383772. OLE color: 11383772.

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

Color convert

RGB 220 179 173 -
CMYK 0 0.19 0.21 0.14
HSL 7.66º 0.4% 0.77% -
HSV(B) 7.66º 0.21% 0.86% -
XYZ 53.18 50.47 46.47 -
YUV 190.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 220 179 173 0 0.19 0.21 0.14 7.66 0.4 0.77
Hex DC B3 AD 0 13 15 E 8 28 4D
Octal 334 263 255 0 23 25 16 10 50 115
Binary 11011100 10110011 10101101 0 10011 10101 1110 1000 101000 1001101

Color Harmonies of #DCB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3AD

Black with #DCB3AD

Text Example


Text Example

White with #DCB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3AD; }

 p { color: rgb(220,179,173); }

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

background-color css

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

 a { background-color: rgb(220,179,173); }

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

border-color css

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

 span { border-color: rgb(220,179,173); }

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