Html Css Color HEX #DF8A61 Copper

📋 copy color: '#DF8A61'

red 223 ◦ green 138 ◦ blue 97

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

Shades of Copper #DF8A61

Tints of Copper #DF8A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 48.69%
G = 30.13%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF8A61 (or 0xDF8A61) is known color: Copper. HEX triplet: DF, 8A and 61. RGB value is (223,138,97). Sum of RGB (Red+Green+Blue) = 223+138+97=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A61 is #20759E. Grayscale: #9E9E9E. Windows color (decimal): -2127263 or 6392543. OLE color: 6392543.

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

Color convert

RGB 223 138 97 -
CMYK 0 0.38 0.57 0.13
HSL 19.52º 0.66% 0.63% -
HSV(B) 19.52º 0.57% 0.87% -
XYZ 41.68 34.73 15.82 -
YUV 158.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 223 138 97 0 0.38 0.57 0.13 19.52 0.66 0.63
Hex DF 8A 61 0 26 39 D 14 42 3F
Octal 337 212 141 0 46 71 15 24 102 77
Binary 11011111 10001010 1100001 0 100110 111001 1101 10100 1000010 111111

Color Harmonies of #DF8A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A61

Black with #DF8A61

Text Example


Text Example

White with #DF8A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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