#DFAB92

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

Shades of Rose #DFAB92

Tints of Rose #DFAB92

Color information

#DFAB92 (or 0xDFAB92) is unknown color: approx Rose. HEX triplet: DF, AB and 92. RGB value is (223,171,146). Sum of RGB (Red+Green+Blue) = 223+171+146=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB92 is #20546D. Grayscale: #B7B7B7. Windows color (decimal): -2118766 or 9612255. OLE color: 9612255.

HSL color Cylindrical-coordinate representation of color #DFAB92: hue angle of 19.48º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFAB92 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223171146-
CMYK00.230.350.13
HSL19.48º54.61%72.35%-
HSV(B)19.48º34.53%87.45%-
XYZ50.1846.8933.6-
YUV183.7106.73156.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 146 (57.42% from 255) = 27.04%
R=41.30%
G=31.67%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317114600.230.350.1319.4854.6172.35
HexDFAB9201723D133748
Octal33725322202743152367110
Binary1101111110101011100100100101111000111101100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB92; }

 p { color: rgb(223,171,146); }

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

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

 a { background-color: rgb(223,171,146); }

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

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

 span { border-color: rgb(223,171,146); }

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