#DFA59B

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

Shades of Rose #DFA59B

Tints of Rose #DFA59B

Color information

#DFA59B (or 0xDFA59B) is unknown color: approx Rose. HEX triplet: DF, A5 and 9B. RGB value is (223,165,155). Sum of RGB (Red+Green+Blue) = 223+165+155=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA59B is #205A64. Grayscale: #B5B5B5. Windows color (decimal): -2120293 or 10200543. OLE color: 10200543.

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

Color convert

RGB223165155-
CMYK00.260.300.13
HSL8.82º51.52%74.12%-
HSV(B)8.82º30.49%87.45%-
XYZ49.844.9637.06-
YUV181.2113.22157.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=41.07%
G=30.39%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316515500.260.300.138.8251.5274.12
HexDFA59B01A1ED9344a
Octal33724523303236151164112
Binary11011111101001011001101101101011110110110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA59B; }

 p { color: rgb(223,165,155); }

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

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

 a { background-color: rgb(223,165,155); }

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

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

 span { border-color: rgb(223,165,155); }

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