Html Css Color HEX #DF865C Copper

📋 copy color: '#DF865C'

red 223 ◦ green 134 ◦ blue 92

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

Shades of Copper #DF865C

Tints of Copper #DF865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 49.67%
G = 29.84%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF865C (or 0xDF865C) is known color: Copper. HEX triplet: DF, 86 and 5C. RGB value is (223,134,92). Sum of RGB (Red+Green+Blue) = 223+134+92=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF865C is #2079A3. Grayscale: #9C9C9C. Windows color (decimal): -2128292 or 6063839. OLE color: 6063839.

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

Color convert

RGB 223 134 92 -
CMYK 0 0.40 0.59 0.13
HSL 19.24º 0.67% 0.62% -
HSV(B) 19.24º 0.59% 0.87% -
XYZ 40.89 33.51 14.44 -
YUV 155.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 223 134 92 0 0.40 0.59 0.13 19.24 0.67 0.62
Hex DF 86 5C 0 28 3B D 13 43 3E
Octal 337 206 134 0 50 73 15 23 103 76
Binary 11011111 10000110 1011100 0 101000 111011 1101 10011 1000011 111110

Color Harmonies of #DF865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF865C

Black with #DF865C

Text Example


Text Example

White with #DF865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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