#DCB3AF

Color #DCB3AF Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DCB3AF

Tints of Cavern Pink #DCB3AF

Color information

#DCB3AF (or 0xDCB3AF) is unknown color: approx Cavern Pink. HEX triplet: DC, B3 and AF. RGB value is (220,179,175). Sum of RGB (Red+Green+Blue) = 220+179+175=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AF is #234C50. Grayscale: #BEBEBE. Windows color (decimal): -2313297 or 11514844. OLE color: 11514844.

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

Color convert

RGB220179175-
CMYK00.190.200.14
HSL5.33º39.13%77.45%-
HSV(B)5.33º20.45%86.27%-
XYZ53.3750.5547.5-
YUV190.8119.08148.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=38.33%
G=31.18%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017917500.190.200.145.3339.1377.45
HexDCB3AF01314E5274d
Octal3342632570232416547115
Binary1101110010110011101011110100111010011101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3AF; }

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

 H1.HeaderClassName
 {
   color: #DCB3AF;
 }
 .AnyTagClassName
 {
   color: #DCB3AF;
 }
</style>
background-color css

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

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

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

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

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

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