#DFA99A

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

Shades of Rose #DFA99A

Tints of Rose #DFA99A

Color information

#DFA99A (or 0xDFA99A) is unknown color: approx Rose. HEX triplet: DF, A9 and 9A. RGB value is (223,169,154). Sum of RGB (Red+Green+Blue) = 223+169+154=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA99A is #205665. Grayscale: #B7B7B7. Windows color (decimal): -2119270 or 10136031. OLE color: 10136031.

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

Color convert

RGB223169154-
CMYK00.240.310.13
HSL13.04º51.88%73.92%-
HSV(B)13.04º30.94%87.45%-
XYZ50.4546.436.87-
YUV183.44111.39156.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=40.84%
G=30.95%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316915400.240.310.1313.0451.8873.92
HexDFA99A0181FDd344a
Octal33725123203037151564112
Binary11011111101010011001101001100011111110111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA99A; }

 p { color: rgb(223,169,154); }

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

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

 a { background-color: rgb(223,169,154); }

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

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

 span { border-color: rgb(223,169,154); }

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