Html Css Color HEX #DF8D6F Copper

📋 copy color: '#DF8D6F'

red 223 ◦ green 141 ◦ blue 111

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

Shades of Copper #DF8D6F

Tints of Copper #DF8D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 46.95%
G = 29.68%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8D6F (or 0xDF8D6F) is known color: Copper. HEX triplet: DF, 8D and 6F. RGB value is (223,141,111). Sum of RGB (Red+Green+Blue) = 223+141+111=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D6F is #207290. Grayscale: #A2A2A2. Windows color (decimal): -2126481 or 7310815. OLE color: 7310815.

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

Color convert

RGB 223 141 111 -
CMYK 0 0.37 0.50 0.13
HSL 16.07º 0.64% 0.65% -
HSV(B) 16.07º 0.5% 0.87% -
XYZ 42.83 35.89 19.71 -
YUV 162.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 223 141 111 0 0.37 0.50 0.13 16.07 0.64 0.65
Hex DF 8D 6F 0 25 32 D 10 40 41
Octal 337 215 157 0 45 62 15 20 100 101
Binary 11011111 10001101 1101111 0 100101 110010 1101 10000 1000000 1000001

Color Harmonies of #DF8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D6F

Black with #DF8D6F

Text Example


Text Example

White with #DF8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D6F; }

 p { color: rgb(223,141,111); }

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

background-color css

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

 a { background-color: rgb(223,141,111); }

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

border-color css

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

 span { border-color: rgb(223,141,111); }

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