#DCB7AF

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

Shades of Cavern Pink #DCB7AF

Tints of Cavern Pink #DCB7AF

Color information

#DCB7AF (or 0xDCB7AF) is unknown color: approx Cavern Pink. HEX triplet: DC, B7 and AF. RGB value is (220,183,175). Sum of RGB (Red+Green+Blue) = 220+183+175=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AF is #234850. Grayscale: #C1C1C1. Windows color (decimal): -2312273 or 11515868. OLE color: 11515868.

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

Color convert

RGB220183175-
CMYK00.170.200.14
HSL10.67º39.13%77.45%-
HSV(B)10.67º20.45%86.27%-
XYZ54.1952.1847.77-
YUV193.15117.76147.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=38.06%
G=31.66%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018317500.170.200.1410.6739.1377.45
HexDCB7AF01114Eb274d
Octal33426725702124161347115
Binary11011100101101111010111101000110100111010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7AF; }

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

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

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

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

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

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

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

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