#DFA292

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

Shades of Rose #DFA292

Tints of Rose #DFA292

Color information

#DFA292 (or 0xDFA292) is unknown color: approx Rose. HEX triplet: DF, A2 and 92. RGB value is (223,162,146). Sum of RGB (Red+Green+Blue) = 223+162+146=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA292 is #205D6D. Grayscale: #B2B2B2. Windows color (decimal): -2121070 or 9609951. OLE color: 9609951.

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

Color convert

RGB223162146-
CMYK00.270.350.13
HSL12.47º54.61%72.35%-
HSV(B)12.47º34.53%87.45%-
XYZ48.5443.633.05-
YUV178.42109.71159.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=42.00%
G=30.51%
B=27.50%

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
Decimal22316214600.270.350.1312.4754.6172.35
HexDFA29201B23Dc3748
Octal33724222203343151467110
Binary110111111010001010010010011011100011110111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA292; }

 p { color: rgb(223,162,146); }

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

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

 a { background-color: rgb(223,162,146); }

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

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

 span { border-color: rgb(223,162,146); }

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