#DF926A

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

Shades of Copper #DF926A

Tints of Copper #DF926A

Color information

#DF926A (or 0xDF926A) is unknown color: approx Copper. HEX triplet: DF, 92 and 6A. RGB value is (223,146,106). Sum of RGB (Red+Green+Blue) = 223+146+106=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF926A is #206D95. Grayscale: #A4A4A4. Windows color (decimal): -2125206 or 6984415. OLE color: 6984415.

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

Color convert

RGB223146106-
CMYK00.350.520.13
HSL20.51º64.64%64.51%-
HSV(B)20.51º52.47%87.45%-
XYZ43.3137.2918.55-
YUV164.4695.01169.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=46.95%
G=30.74%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314610600.350.520.1320.5164.6464.51
HexDF926A02334D154141
Octal337222152043641525101101
Binary11011111100100101101010010001111010011011010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF926A; }

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

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

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

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

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

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

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

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