Html Css Color HEX #DF8261 Copper

📋 copy color: '#DF8261'

red 223 ◦ green 130 ◦ blue 97

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

Shades of Copper #DF8261

Tints of Copper #DF8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 49.56%
G = 28.89%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF8261 (or 0xDF8261) is known color: Copper. HEX triplet: DF, 82 and 61. RGB value is (223,130,97). Sum of RGB (Red+Green+Blue) = 223+130+97=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8261 is #207D9E. Grayscale: #9A9A9A. Windows color (decimal): -2129311 or 6390495. OLE color: 6390495.

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

Color convert

RGB 223 130 97 -
CMYK 0 0.42 0.57 0.13
HSL 15.71º 0.66% 0.63% -
HSV(B) 15.71º 0.57% 0.87% -
XYZ 40.57 32.52 15.45 -
YUV 154.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 223 130 97 0 0.42 0.57 0.13 15.71 0.66 0.63
Hex DF 82 61 0 2A 39 D 10 42 3F
Octal 337 202 141 0 52 71 15 20 102 77
Binary 11011111 10000010 1100001 0 101010 111001 1101 10000 1000010 111111

Color Harmonies of #DF8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8261

Black with #DF8261

Text Example


Text Example

White with #DF8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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