#DFB8AD

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

Shades of Cavern Pink #DFB8AD

Tints of Cavern Pink #DFB8AD

Color information

#DFB8AD (or 0xDFB8AD) is unknown color: approx Cavern Pink. HEX triplet: DF, B8 and AD. RGB value is (223,184,173). Sum of RGB (Red+Green+Blue) = 223+184+173=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB8AD is #204752. Grayscale: #C2C2C2. Windows color (decimal): -2115411 or 11385055. OLE color: 11385055.

HSL color Cylindrical-coordinate representation of color #DFB8AD: hue angle of 13.2º degrees, saturation: 0.44, 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 #DFB8AD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223184173-
CMYK00.170.220.13
HSL13.2º43.86%77.65%-
HSV(B)13.2º22.42%87.45%-
XYZ55.1152.9946.86-
YUV194.41115.92148.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=38.45%
G=31.72%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318417300.170.220.1313.243.8677.65
HexDFB8AD01116Dd2c4e
Octal33727025502126151554116
Binary11011111101110001010110101000110110110111011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8AD; }

 p { color: rgb(223,184,173); }

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

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

 a { background-color: rgb(223,184,173); }

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

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

 span { border-color: rgb(223,184,173); }

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