Html Css Color HEX #DCB3AB Cavern Pink

📋 copy color: '#DCB3AB'

red 220 ◦ green 179 ◦ blue 171

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

Shades of Cavern Pink #DCB3AB

Tints of Cavern Pink #DCB3AB

RGB

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

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

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

R = 38.6%
G = 31.4%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCB3AB (or 0xDCB3AB) is known color: Cavern Pink. HEX triplet: DC, B3 and AB. RGB value is (220,179,171). Sum of RGB (Red+Green+Blue) = 220+179+171=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AB is #234C54. Grayscale: #BEBEBE. Windows color (decimal): -2313301 or 11252700. OLE color: 11252700.

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

Color convert

RGB 220 179 171 -
CMYK 0 0.19 0.22 0.14
HSL 9.8º 0.41% 0.77% -
HSV(B) 9.8º 0.22% 0.86% -
XYZ 52.99 50.4 45.46 -
YUV 190.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 220 179 171 0 0.19 0.22 0.14 9.8 0.41 0.77
Hex DC B3 AB 0 13 16 E A 29 4D
Octal 334 263 253 0 23 26 16 12 51 115
Binary 11011100 10110011 10101011 0 10011 10110 1110 1010 101001 1001101

Color Harmonies of #DCB3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3AB

Black with #DCB3AB

Text Example


Text Example

White with #DCB3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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