Html Css Color HEX #DF8F61 Copper

📋 copy color: '#DF8F61'

red 223 ◦ green 143 ◦ blue 97

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

Shades of Copper #DF8F61

Tints of Copper #DF8F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 48.16%
G = 30.89%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF8F61 (or 0xDF8F61) is known color: Copper. HEX triplet: DF, 8F and 61. RGB value is (223,143,97). Sum of RGB (Red+Green+Blue) = 223+143+97=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F61 is #20709E. Grayscale: #A1A1A1. Windows color (decimal): -2125983 or 6393823. OLE color: 6393823.

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

Color convert

RGB 223 143 97 -
CMYK 0 0.36 0.57 0.13
HSL 21.9º 0.66% 0.63% -
HSV(B) 21.9º 0.57% 0.87% -
XYZ 42.41 36.2 16.06 -
YUV 161.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 223 143 97 0 0.36 0.57 0.13 21.9 0.66 0.63
Hex DF 8F 61 0 24 39 D 16 42 3F
Octal 337 217 141 0 44 71 15 26 102 77
Binary 11011111 10001111 1100001 0 100100 111001 1101 10110 1000010 111111

Color Harmonies of #DF8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F61

Black with #DF8F61

Text Example


Text Example

White with #DF8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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