#DCB2AF

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

Shades of Cavern Pink #DCB2AF

Tints of Cavern Pink #DCB2AF

Color information

#DCB2AF (or 0xDCB2AF) is unknown color: approx Cavern Pink. HEX triplet: DC, B2 and AF. RGB value is (220,178,175). Sum of RGB (Red+Green+Blue) = 220+178+175=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AF is #234D50. Grayscale: #BEBEBE. Windows color (decimal): -2313553 or 11514588. OLE color: 11514588.

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

Color convert

RGB220178175-
CMYK00.190.200.14
HSL39.13%77.45%-
HSV(B)20.45%86.27%-
XYZ53.1750.1547.44-
YUV190.22119.41149.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=38.39%
G=31.06%
B=30.54%

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
Decimal22017817500.190.200.14439.1377.45
HexDCB2AF01314E4274d
Octal3342622570232416447115
Binary1101110010110010101011110100111010011101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2AF; }

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

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

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

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

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

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

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

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