Html Css Color HEX #DCB6AB Cavern Pink

📋 copy color: '#DCB6AB'

red 220 ◦ green 182 ◦ blue 171

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

Shades of Cavern Pink #DCB6AB

Tints of Cavern Pink #DCB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.76%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 38.39%
G = 31.76%
B = 29.84%

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

#DCB6AB (or 0xDCB6AB) is known color: Cavern Pink. HEX triplet: DC, B6 and AB. RGB value is (220,182,171). Sum of RGB (Red+Green+Blue) = 220+182+171=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6AB is #234954. Grayscale: #C0C0C0. Windows color (decimal): -2312533 or 11253468. OLE color: 11253468.

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

Color convert

RGB 220 182 171 -
CMYK 0 0.17 0.22 0.14
HSL 13.47º 0.41% 0.77% -
HSV(B) 13.47º 0.22% 0.86% -
XYZ 53.59 51.61 45.67 -
YUV 192.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 220 182 171 0 0.17 0.22 0.14 13.47 0.41 0.77
Hex DC B6 AB 0 11 16 E D 29 4D
Octal 334 266 253 0 21 26 16 15 51 115
Binary 11011100 10110110 10101011 0 10001 10110 1110 1101 101001 1001101

Color Harmonies of #DCB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6AB

Black with #DCB6AB

Text Example


Text Example

White with #DCB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6AB; }

 p { color: rgb(220,182,171); }

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

background-color css

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

 a { background-color: rgb(220,182,171); }

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

border-color css

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

 span { border-color: rgb(220,182,171); }

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