#DFB6AF

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

Shades of Cavern Pink #DFB6AF

Tints of Cavern Pink #DFB6AF

Color information

#DFB6AF (or 0xDFB6AF) is unknown color: approx Cavern Pink. HEX triplet: DF, B6 and AF. RGB value is (223,182,175). Sum of RGB (Red+Green+Blue) = 223+182+175=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AF is #204950. Grayscale: #C1C1C1. Windows color (decimal): -2115921 or 11515615. OLE color: 11515615.

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

Color convert

RGB223182175-
CMYK00.180.220.13
HSL8.75º42.86%78.04%-
HSV(B)8.75º21.52%87.45%-
XYZ54.952.2447.75-
YUV193.46117.58149.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=38.45%
G=31.38%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318217500.180.220.138.7542.8678.04
HexDFB6AF01216D92b4e
Octal33726625702226151153116
Binary11011111101101101010111101001010110110110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6AF; }

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

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

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

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

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

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

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

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