Html Css Color HEX #DCB7AD Cavern Pink

📋 copy color: '#DCB7AD'

red 220 ◦ green 183 ◦ blue 173

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

Shades of Cavern Pink #DCB7AD

Tints of Cavern Pink #DCB7AD

RGB

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

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

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

R = 38.19%
G = 31.77%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCB7AD (or 0xDCB7AD) is known color: Cavern Pink. HEX triplet: DC, B7 and AD. RGB value is (220,183,173). Sum of RGB (Red+Green+Blue) = 220+183+173=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AD is #234852. Grayscale: #C1C1C1. Windows color (decimal): -2312275 or 11384796. OLE color: 11384796.

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

Color convert

RGB 220 183 173 -
CMYK 0 0.17 0.21 0.14
HSL 12.77º 0.4% 0.77% -
HSV(B) 12.77º 0.21% 0.86% -
XYZ 53.99 52.1 46.75 -
YUV 192.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 220 183 173 0 0.17 0.21 0.14 12.77 0.4 0.77
Hex DC B7 AD 0 11 15 E D 28 4D
Octal 334 267 255 0 21 25 16 15 50 115
Binary 11011100 10110111 10101101 0 10001 10101 1110 1101 101000 1001101

Color Harmonies of #DCB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7AD

Black with #DCB7AD

Text Example


Text Example

White with #DCB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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