Html Css Color HEX #DF8B6F Copper

📋 copy color: '#DF8B6F'

red 223 ◦ green 139 ◦ blue 111

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

Shades of Copper #DF8B6F

Tints of Copper #DF8B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

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

R = 47.15%
G = 29.39%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8B6F (or 0xDF8B6F) is known color: Copper. HEX triplet: DF, 8B and 6F. RGB value is (223,139,111). Sum of RGB (Red+Green+Blue) = 223+139+111=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B6F is #207490. Grayscale: #A1A1A1. Windows color (decimal): -2126993 or 7310303. OLE color: 7310303.

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

Color convert

RGB 223 139 111 -
CMYK 0 0.38 0.50 0.13
HSL 15º 0.64% 0.65% -
HSV(B) 15º 0.5% 0.87% -
XYZ 42.53 35.3 19.61 -
YUV 160.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 223 139 111 0 0.38 0.50 0.13 15 0.64 0.65
Hex DF 8B 6F 0 26 32 D F 40 41
Octal 337 213 157 0 46 62 15 17 100 101
Binary 11011111 10001011 1101111 0 100110 110010 1101 1111 1000000 1000001

Color Harmonies of #DF8B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B6F

Black with #DF8B6F

Text Example


Text Example

White with #DF8B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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