Html Css Color HEX #DF8162 Copper

📋 copy color: '#DF8162'

red 223 ◦ green 129 ◦ blue 98

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

Shades of Copper #DF8162

Tints of Copper #DF8162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 49.56%
G = 28.67%
B = 21.78%

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

#DF8162 (or 0xDF8162) is known color: Copper. HEX triplet: DF, 81 and 62. RGB value is (223,129,98). Sum of RGB (Red+Green+Blue) = 223+129+98=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8162 is #207E9D. Grayscale: #999999. Windows color (decimal): -2129566 or 6455775. OLE color: 6455775.

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

Color convert

RGB 223 129 98 -
CMYK 0 0.42 0.56 0.13
HSL 14.88º 0.66% 0.63% -
HSV(B) 14.88º 0.56% 0.87% -
XYZ 40.49 32.27 15.65 -
YUV 153.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 223 129 98 0 0.42 0.56 0.13 14.88 0.66 0.63
Hex DF 81 62 0 2A 38 D F 42 3F
Octal 337 201 142 0 52 70 15 17 102 77
Binary 11011111 10000001 1100010 0 101010 111000 1101 1111 1000010 111111

Color Harmonies of #DF8162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8162

Black with #DF8162

Text Example


Text Example

White with #DF8162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8162; }

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

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

background-color css

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

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

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

border-color css

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

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

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