Html Css Color HEX #DF8F6E Copper

📋 copy color: '#DF8F6E'

red 223 ◦ green 143 ◦ blue 110

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

Shades of Copper #DF8F6E

Tints of Copper #DF8F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 46.85%
G = 30.04%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF8F6E (or 0xDF8F6E) is known color: Copper. HEX triplet: DF, 8F and 6E. RGB value is (223,143,110). Sum of RGB (Red+Green+Blue) = 223+143+110=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F6E is #207091. Grayscale: #A3A3A3. Windows color (decimal): -2125970 or 7245791. OLE color: 7245791.

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

Color convert

RGB 223 143 110 -
CMYK 0 0.36 0.51 0.13
HSL 17.52º 0.64% 0.65% -
HSV(B) 17.52º 0.51% 0.87% -
XYZ 43.07 36.46 19.52 -
YUV 163.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 223 143 110 0 0.36 0.51 0.13 17.52 0.64 0.65
Hex DF 8F 6E 0 24 33 D 12 40 41
Octal 337 217 156 0 44 63 15 22 100 101
Binary 11011111 10001111 1101110 0 100100 110011 1101 10010 1000000 1000001

Color Harmonies of #DF8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F6E

Black with #DF8F6E

Text Example


Text Example

White with #DF8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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