#DFB9AE

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

Shades of Cavern Pink #DFB9AE

Tints of Cavern Pink #DFB9AE

Color information

#DFB9AE (or 0xDFB9AE) is unknown color: approx Cavern Pink. HEX triplet: DF, B9 and AE. RGB value is (223,185,174). Sum of RGB (Red+Green+Blue) = 223+185+174=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AE is #204651. Grayscale: #C3C3C3. Windows color (decimal): -2115154 or 11450847. OLE color: 11450847.

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

Color convert

RGB223185174-
CMYK00.170.220.13
HSL13.47º43.36%77.84%-
HSV(B)13.47º21.97%87.45%-
XYZ55.4253.4447.44-
YUV195.11116.09147.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=38.32%
G=31.79%
B=29.90%

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
Decimal22318517400.170.220.1313.4743.3677.84
HexDFB9AE01116Dd2b4e
Octal33727125602126151553116
Binary11011111101110011010111001000110110110111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9AE; }

 p { color: rgb(223,185,174); }

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

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

 a { background-color: rgb(223,185,174); }

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

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

 span { border-color: rgb(223,185,174); }

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