#DCB9AF

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

Shades of Cavern Pink #DCB9AF

Tints of Cavern Pink #DCB9AF

Color information

#DCB9AF (or 0xDCB9AF) is unknown color: approx Cavern Pink. HEX triplet: DC, B9 and AF. RGB value is (220,185,175). Sum of RGB (Red+Green+Blue) = 220+185+175=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AF is #234650. Grayscale: #C2C2C2. Windows color (decimal): -2311761 or 11516380. OLE color: 11516380.

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

Color convert

RGB220185175-
CMYK00.160.200.14
HSL13.33º39.13%77.45%-
HSV(B)13.33º20.45%86.27%-
XYZ54.653.0147.91-
YUV194.32117.1146.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=37.93%
G=31.90%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018517500.160.200.1413.3339.1377.45
HexDCB9AF01014Ed274d
Octal33427125702024161547115
Binary11011100101110011010111101000010100111011011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9AF; }

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

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

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

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

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

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

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

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