#DFA192

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

Shades of Rose #DFA192

Tints of Rose #DFA192

Color information

#DFA192 (or 0xDFA192) is unknown color: approx Rose. HEX triplet: DF, A1 and 92. RGB value is (223,161,146). Sum of RGB (Red+Green+Blue) = 223+161+146=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA192 is #205E6D. Grayscale: #B1B1B1. Windows color (decimal): -2121326 or 9609695. OLE color: 9609695.

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

Color convert

RGB223161146-
CMYK00.280.350.13
HSL11.69º54.61%72.35%-
HSV(B)11.69º34.53%87.45%-
XYZ48.3643.2532.99-
YUV177.83110.04160.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=42.08%
G=30.38%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316114600.280.350.1311.6954.6172.35
HexDFA19201C23Dc3748
Octal33724122203443151467110
Binary110111111010000110010010011100100011110111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA192; }

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

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

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

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

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

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

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

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