Html Css Color HEX #DF8063 Copper

📋 copy color: '#DF8063'

red 223 ◦ green 128 ◦ blue 99

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

Shades of Copper #DF8063

Tints of Copper #DF8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

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

R = 49.56%
G = 28.44%
B = 22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF8063 (or 0xDF8063) is known color: Copper. HEX triplet: DF, 80 and 63. RGB value is (223,128,99). Sum of RGB (Red+Green+Blue) = 223+128+99=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8063 is #207F9C. Grayscale: #999999. Windows color (decimal): -2129821 or 6521055. OLE color: 6521055.

HSL color Cylindrical-coordinate representation of color #DF8063: hue angle of 14.03º 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 #DF8063 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 99 -
CMYK 0 0.43 0.56 0.13
HSL 14.03º 0.66% 0.63% -
HSV(B) 14.03º 0.56% 0.87% -
XYZ 40.4 32.03 15.86 -
YUV 153.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 223 128 99 0 0.43 0.56 0.13 14.03 0.66 0.63
Hex DF 80 63 0 2B 38 D E 42 3F
Octal 337 200 143 0 53 70 15 16 102 77
Binary 11011111 10000000 1100011 0 101011 111000 1101 1110 1000010 111111

Color Harmonies of #DF8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8063

Black with #DF8063

Text Example


Text Example

White with #DF8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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