#DFA391

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

Shades of Rose #DFA391

Tints of Rose #DFA391

Color information

#DFA391 (or 0xDFA391) is unknown color: approx Rose. HEX triplet: DF, A3 and 91. RGB value is (223,163,145). Sum of RGB (Red+Green+Blue) = 223+163+145=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA391 is #205C6E. Grayscale: #B3B3B3. Windows color (decimal): -2120815 or 9544671. OLE color: 9544671.

HSL color Cylindrical-coordinate representation of color #DFA391: hue angle of 13.85º 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 #DFA391 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223163145-
CMYK00.270.350.13
HSL13.85º54.93%72.16%-
HSV(B)13.85º34.98%87.45%-
XYZ48.6443.9332.7-
YUV178.89108.88159.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=42.00%
G=30.70%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316314500.270.350.1313.8554.9372.16
HexDFA39101B23De3748
Octal33724322103343151667110
Binary110111111010001110010001011011100011110111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA391; }

 p { color: rgb(223,163,145); }

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

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

 a { background-color: rgb(223,163,145); }

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

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

 span { border-color: rgb(223,163,145); }

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