#DFAB96

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

Shades of Rose #DFAB96

Tints of Rose #DFAB96

Color information

#DFAB96 (or 0xDFAB96) is unknown color: approx Rose. HEX triplet: DF, AB and 96. RGB value is (223,171,150). Sum of RGB (Red+Green+Blue) = 223+171+150=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB96 is #205469. Grayscale: #B8B8B8. Windows color (decimal): -2118762 or 9874399. OLE color: 9874399.

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

Color convert

RGB223171150-
CMYK00.230.330.13
HSL17.26º53.28%73.14%-
HSV(B)17.26º32.74%87.45%-
XYZ50.547.0235.27-
YUV184.15108.73155.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=40.99%
G=31.43%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317115000.230.330.1317.2653.2873.14
HexDFAB9601721D113549
Octal33725322602741152165111
Binary1101111110101011100101100101111000011101100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB96; }

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

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

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

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

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

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

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

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