Html Css Color HEX #DF8163 Copper

📋 copy color: '#DF8163'

red 223 ◦ green 129 ◦ blue 99

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

Shades of Copper #DF8163

Tints of Copper #DF8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 49.45%
G = 28.6%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF8163 (or 0xDF8163) is known color: Copper. HEX triplet: DF, 81 and 63. RGB value is (223,129,99). Sum of RGB (Red+Green+Blue) = 223+129+99=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8163 is #207E9C. Grayscale: #999999. Windows color (decimal): -2129565 or 6521311. OLE color: 6521311.

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

Color convert

RGB 223 129 99 -
CMYK 0 0.42 0.56 0.13
HSL 14.52º 0.66% 0.63% -
HSV(B) 14.52º 0.56% 0.87% -
XYZ 40.53 32.29 15.9 -
YUV 153.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 223 129 99 0 0.42 0.56 0.13 14.52 0.66 0.63
Hex DF 81 63 0 2A 38 D F 42 3F
Octal 337 201 143 0 52 70 15 17 102 77
Binary 11011111 10000001 1100011 0 101010 111000 1101 1111 1000010 111111

Color Harmonies of #DF8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8163

Black with #DF8163

Text Example


Text Example

White with #DF8163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8163; }

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

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

background-color css

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

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

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

border-color css

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

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

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