Html Css Color HEX #DF866A Copper

📋 copy color: '#DF866A'

red 223 ◦ green 134 ◦ blue 106

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

Shades of Copper #DF866A

Tints of Copper #DF866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 48.16%
G = 28.94%
B = 22.89%

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

#DF866A (or 0xDF866A) is known color: Copper. HEX triplet: DF, 86 and 6A. RGB value is (223,134,106). Sum of RGB (Red+Green+Blue) = 223+134+106=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF866A is #207995. Grayscale: #9D9D9D. Windows color (decimal): -2128278 or 6981343. OLE color: 6981343.

HSL color Cylindrical-coordinate representation of color #DF866A: hue angle of 14.36º degrees, saturation: 0.65, 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 #DF866A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 106 -
CMYK 0 0.40 0.52 0.13
HSL 14.36º 0.65% 0.65% -
HSV(B) 14.36º 0.52% 0.87% -
XYZ 41.56 33.78 17.97 -
YUV 157.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 223 134 106 0 0.40 0.52 0.13 14.36 0.65 0.65
Hex DF 86 6A 0 28 34 D E 41 41
Octal 337 206 152 0 50 64 15 16 101 101
Binary 11011111 10000110 1101010 0 101000 110100 1101 1110 1000001 1000001

Color Harmonies of #DF866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF866A

Black with #DF866A

Text Example


Text Example

White with #DF866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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