Html Css Color HEX #DF8462 Copper

📋 copy color: '#DF8462'

red 223 ◦ green 132 ◦ blue 98

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

Shades of Copper #DF8462

Tints of Copper #DF8462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 49.23%
G = 29.14%
B = 21.63%

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

#DF8462 (or 0xDF8462) is known color: Copper. HEX triplet: DF, 84 and 62. RGB value is (223,132,98). Sum of RGB (Red+Green+Blue) = 223+132+98=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8462 is #207B9D. Grayscale: #9B9B9B. Windows color (decimal): -2128798 or 6456543. OLE color: 6456543.

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

Color convert

RGB 223 132 98 -
CMYK 0 0.41 0.56 0.13
HSL 16.32º 0.66% 0.63% -
HSV(B) 16.32º 0.56% 0.87% -
XYZ 40.89 33.07 15.78 -
YUV 155.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 223 132 98 0 0.41 0.56 0.13 16.32 0.66 0.63
Hex DF 84 62 0 29 38 D 10 42 3F
Octal 337 204 142 0 51 70 15 20 102 77
Binary 11011111 10000100 1100010 0 101001 111000 1101 10000 1000010 111111

Color Harmonies of #DF8462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8462

Black with #DF8462

Text Example


Text Example

White with #DF8462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8462; }

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

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

background-color css

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

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

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

border-color css

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

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

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