Html Css Color HEX #DF8762 Copper

📋 copy color: '#DF8762'

red 223 ◦ green 135 ◦ blue 98

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

Shades of Copper #DF8762

Tints of Copper #DF8762

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.61%

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

R = 48.9%
G = 29.61%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF8762 (or 0xDF8762) is known color: Copper. HEX triplet: DF, 87 and 62. RGB value is (223,135,98). Sum of RGB (Red+Green+Blue) = 223+135+98=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8762 is #20789D. Grayscale: #9D9D9D. Windows color (decimal): -2128030 or 6457311. OLE color: 6457311.

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

Color convert

RGB 223 135 98 -
CMYK 0 0.39 0.56 0.13
HSL 17.76º 0.66% 0.63% -
HSV(B) 17.76º 0.56% 0.87% -
XYZ 41.3 33.9 15.92 -
YUV 157.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 223 135 98 0 0.39 0.56 0.13 17.76 0.66 0.63
Hex DF 87 62 0 27 38 D 12 42 3F
Octal 337 207 142 0 47 70 15 22 102 77
Binary 11011111 10000111 1100010 0 100111 111000 1101 10010 1000010 111111

Color Harmonies of #DF8762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8762

Black with #DF8762

Text Example


Text Example

White with #DF8762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8762; }

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

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

background-color css

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

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

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

border-color css

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

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

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