Html Css Color HEX #DF8363 Copper

📋 copy color: '#DF8363'

red 223 ◦ green 131 ◦ blue 99

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

Shades of Copper #DF8363

Tints of Copper #DF8363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

 BLUE value IS 99 (39.06% from 255) = 21.85%

R = 49.23%
G = 28.92%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF8363 (or 0xDF8363) is known color: Copper. HEX triplet: DF, 83 and 63. RGB value is (223,131,99). Sum of RGB (Red+Green+Blue) = 223+131+99=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8363 is #207C9C. Grayscale: #9B9B9B. Windows color (decimal): -2129053 or 6521823. OLE color: 6521823.

HSL color Cylindrical-coordinate representation of color #DF8363: hue angle of 15.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8363 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 99 -
CMYK 0 0.41 0.56 0.13
HSL 15.48º 0.66% 0.63% -
HSV(B) 15.48º 0.56% 0.87% -
XYZ 40.8 32.82 15.99 -
YUV 154.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 223 131 99 0 0.41 0.56 0.13 15.48 0.66 0.63
Hex DF 83 63 0 29 38 D F 42 3F
Octal 337 203 143 0 51 70 15 17 102 77
Binary 11011111 10000011 1100011 0 101001 111000 1101 1111 1000010 111111

Color Harmonies of #DF8363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8363

Black with #DF8363

Text Example


Text Example

White with #DF8363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8363; }

 p { color: rgb(223,131,99); }

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

background-color css

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

 a { background-color: rgb(223,131,99); }

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

border-color css

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

 span { border-color: rgb(223,131,99); }

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