Html Css Color HEX #DF866C Copper

📋 copy color: '#DF866C'

red 223 ◦ green 134 ◦ blue 108

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

Shades of Copper #DF866C

Tints of Copper #DF866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.82%

 BLUE value IS 108 (42.58% from 255) = 23.23%

R = 47.96%
G = 28.82%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF866C (or 0xDF866C) is known color: Copper. HEX triplet: DF, 86 and 6C. RGB value is (223,134,108). Sum of RGB (Red+Green+Blue) = 223+134+108=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF866C is #207993. Grayscale: #9D9D9D. Windows color (decimal): -2128276 or 7112415. OLE color: 7112415.

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

Color convert

RGB 223 134 108 -
CMYK 0 0.40 0.52 0.13
HSL 13.57º 0.64% 0.65% -
HSV(B) 13.57º 0.52% 0.87% -
XYZ 41.66 33.82 18.52 -
YUV 157.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 223 134 108 0 0.40 0.52 0.13 13.57 0.64 0.65
Hex DF 86 6C 0 28 34 D E 40 41
Octal 337 206 154 0 50 64 15 16 100 101
Binary 11011111 10000110 1101100 0 101000 110100 1101 1110 1000000 1000001

Color Harmonies of #DF866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF866C

Black with #DF866C

Text Example


Text Example

White with #DF866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF866C; }

 p { color: rgb(223,134,108); }

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

background-color css

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

 a { background-color: rgb(223,134,108); }

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

border-color css

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

 span { border-color: rgb(223,134,108); }

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