Html Css Color HEX #DF8262 Copper

📋 copy color: '#DF8262'

red 223 ◦ green 130 ◦ blue 98

#DF8262
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #DF8262

Tints of Copper #DF8262

RGB

 RED value IS 223 (87.5% from 255) = 49.45%

 GREEN value IS 130 (51.17% from 255) = 28.82%

 BLUE value IS 98 (38.67% from 255) = 21.73%

R = 49.45%
G = 28.82%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF8262 (or 0xDF8262) is known color: Copper. HEX triplet: DF, 82 and 62. RGB value is (223,130,98). Sum of RGB (Red+Green+Blue) = 223+130+98=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8262 is #207D9D. Grayscale: #9A9A9A. Windows color (decimal): -2129310 or 6456031. OLE color: 6456031.

HSL color Cylindrical-coordinate representation of color #DF8262: hue angle of 15.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8262 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 98 -
CMYK 0 0.42 0.56 0.13
HSL 15.36º 0.66% 0.63% -
HSV(B) 15.36º 0.56% 0.87% -
XYZ 40.62 32.54 15.69 -
YUV 154.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 223 130 98 0 0.42 0.56 0.13 15.36 0.66 0.63
Hex DF 82 62 0 2A 38 D F 42 3F
Octal 337 202 142 0 52 70 15 17 102 77
Binary 11011111 10000010 1100010 0 101010 111000 1101 1111 1000010 111111

Color Harmonies of #DF8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8262

Black with #DF8262

Text Example


Text Example

White with #DF8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8262; }

 p { color: rgb(223,130,98); }

 H1.HeaderClassName
 {
   color: #DF8262;
 }
 .AnyTagClassName
 {
   color: #DF8262;
 }
</style>

background-color css

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

 a { background-color: rgb(223,130,98); }

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

border-color css

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

 span { border-color: rgb(223,130,98); }

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