#dfa792

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

Shades of Rose #DFA792

Tints of Rose #DFA792

Color information

#DFA792 (or 0xDFA792) is unknown color: approx Rose. HEX triplet: DF, A7 and 92. RGB value is (223,167,146). Sum of RGB (Red+Green+Blue) = 223+167+146=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA792 is #20586D. Grayscale: #B5B5B5. Windows color (decimal): -2119790 or 9611231. OLE color: 9611231.

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

Color convert

RGB223167146-
CMYK00.250.350.13
HSL16.36º54.61%72.35%-
HSV(B)16.36º34.53%87.45%-
XYZ49.4445.433.35-
YUV181.35108.05157.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=41.60%
G=31.16%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316714600.250.350.1316.3654.6172.35
HexDFA79201923D103748
Octal33724722203143152067110
Binary1101111110100111100100100110011000111101100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa792; }

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

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

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

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

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

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

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

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