#DFB5AF

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

Shades of Cavern Pink #DFB5AF

Tints of Cavern Pink #DFB5AF

Color information

#DFB5AF (or 0xDFB5AF) is unknown color: approx Cavern Pink. HEX triplet: DF, B5 and AF. RGB value is (223,181,175). Sum of RGB (Red+Green+Blue) = 223+181+175=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5AF is #204A50. Grayscale: #C0C0C0. Windows color (decimal): -2116177 or 11515359. OLE color: 11515359.

HSL color Cylindrical-coordinate representation of color #DFB5AF: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB5AF is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223181175-
CMYK00.190.220.13
HSL7.5º42.86%78.04%-
HSV(B)7.5º21.52%87.45%-
XYZ54.6951.8347.68-
YUV192.87117.91149.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 181 (71.09% from 255) = 31.26%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=38.51%
G=31.26%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318117500.190.220.137.542.8678.04
HexDFB5AF01316D82b4e
Octal33726525702326151053116
Binary11011111101101011010111101001110110110110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5AF; }

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

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

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

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

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

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

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

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