Html Css Color HEX #DF8F6F Copper

📋 copy color: '#DF8F6F'

red 223 ◦ green 143 ◦ blue 111

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

Shades of Copper #DF8F6F

Tints of Copper #DF8F6F

RGB

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

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

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

R = 46.75%
G = 29.98%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8F6F (or 0xDF8F6F) is known color: Copper. HEX triplet: DF, 8F and 6F. RGB value is (223,143,111). Sum of RGB (Red+Green+Blue) = 223+143+111=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F6F is #207090. Grayscale: #A3A3A3. Windows color (decimal): -2125969 or 7311327. OLE color: 7311327.

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

Color convert

RGB 223 143 111 -
CMYK 0 0.36 0.50 0.13
HSL 17.14º 0.64% 0.65% -
HSV(B) 17.14º 0.5% 0.87% -
XYZ 43.12 36.48 19.81 -
YUV 163.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 223 143 111 0 0.36 0.50 0.13 17.14 0.64 0.65
Hex DF 8F 6F 0 24 32 D 11 40 41
Octal 337 217 157 0 44 62 15 21 100 101
Binary 11011111 10001111 1101111 0 100100 110010 1101 10001 1000000 1000001

Color Harmonies of #DF8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F6F

Black with #DF8F6F

Text Example


Text Example

White with #DF8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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