Html Css Color HEX #DF865D Copper

📋 copy color: '#DF865D'

red 223 ◦ green 134 ◦ blue 93

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

Shades of Copper #DF865D

Tints of Copper #DF865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 49.56%
G = 29.78%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF865D (or 0xDF865D) is known color: Copper. HEX triplet: DF, 86 and 5D. RGB value is (223,134,93). Sum of RGB (Red+Green+Blue) = 223+134+93=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF865D is #2079A2. Grayscale: #9C9C9C. Windows color (decimal): -2128291 or 6129375. OLE color: 6129375.

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

Color convert

RGB 223 134 93 -
CMYK 0 0.40 0.58 0.13
HSL 18.92º 0.67% 0.62% -
HSV(B) 18.92º 0.58% 0.87% -
XYZ 40.93 33.53 14.67 -
YUV 155.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 223 134 93 0 0.40 0.58 0.13 18.92 0.67 0.62
Hex DF 86 5D 0 28 3A D 13 43 3E
Octal 337 206 135 0 50 72 15 23 103 76
Binary 11011111 10000110 1011101 0 101000 111010 1101 10011 1000011 111110

Color Harmonies of #DF865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF865D

Black with #DF865D

Text Example


Text Example

White with #DF865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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