Html Css Color HEX #DCB5AB Cavern Pink

📋 copy color: '#DCB5AB'

red 220 ◦ green 181 ◦ blue 171

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

Shades of Cavern Pink #DCB5AB

Tints of Cavern Pink #DCB5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.64%

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

R = 38.46%
G = 31.64%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCB5AB (or 0xDCB5AB) is known color: Cavern Pink. HEX triplet: DC, B5 and AB. RGB value is (220,181,171). Sum of RGB (Red+Green+Blue) = 220+181+171=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5AB is #234A54. Grayscale: #BFBFBF. Windows color (decimal): -2312789 or 11253212. OLE color: 11253212.

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

Color convert

RGB 220 181 171 -
CMYK 0 0.18 0.22 0.14
HSL 12.24º 0.41% 0.77% -
HSV(B) 12.24º 0.22% 0.86% -
XYZ 53.39 51.2 45.6 -
YUV 191.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 220 181 171 0 0.18 0.22 0.14 12.24 0.41 0.77
Hex DC B5 AB 0 12 16 E C 29 4D
Octal 334 265 253 0 22 26 16 14 51 115
Binary 11011100 10110101 10101011 0 10010 10110 1110 1100 101001 1001101

Color Harmonies of #DCB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5AB

Black with #DCB5AB

Text Example


Text Example

White with #DCB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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