#DFAB98

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

Shades of Rose #DFAB98

Tints of Rose #DFAB98

Color information

#DFAB98 (or 0xDFAB98) is unknown color: approx Rose. HEX triplet: DF, AB and 98. RGB value is (223,171,152). Sum of RGB (Red+Green+Blue) = 223+171+152=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB98 is #205467. Grayscale: #B8B8B8. Windows color (decimal): -2118760 or 10005471. OLE color: 10005471.

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

Color convert

RGB223171152-
CMYK00.230.320.13
HSL16.06º52.59%73.53%-
HSV(B)16.06º31.84%87.45%-
XYZ50.6647.0836.12-
YUV184.38109.73155.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=40.84%
G=31.32%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317115200.230.320.1316.0652.5973.53
HexDFAB9801720D10354a
Octal33725323002740152065112
Binary1101111110101011100110000101111000001101100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB98; }

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

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

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

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

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

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

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

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