#DCB5AF

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

Shades of Cavern Pink #DCB5AF

Tints of Cavern Pink #DCB5AF

Color information

#DCB5AF (or 0xDCB5AF) is unknown color: approx Cavern Pink. HEX triplet: DC, B5 and AF. RGB value is (220,181,175). Sum of RGB (Red+Green+Blue) = 220+181+175=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5AF is #234A50. Grayscale: #C0C0C0. Windows color (decimal): -2312785 or 11515356. OLE color: 11515356.

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

Color convert

RGB220181175-
CMYK00.180.200.14
HSL39.13%77.45%-
HSV(B)20.45%86.27%-
XYZ53.7851.3647.64-
YUV191.98118.42147.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 181 (71.09% from 255) = 31.42%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=38.19%
G=31.42%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018117500.180.200.14839.1377.45
HexDCB5AF01214E8274d
Octal33426525702224161047115
Binary11011100101101011010111101001010100111010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5AF; }

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

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

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

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

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

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

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

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