Html Css Color HEX #DF8E64 Copper

📋 copy color: '#DF8E64'

red 223 ◦ green 142 ◦ blue 100

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

Shades of Copper #DF8E64

Tints of Copper #DF8E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 47.96%
G = 30.54%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF8E64 (or 0xDF8E64) is known color: Copper. HEX triplet: DF, 8E and 64. RGB value is (223,142,100). Sum of RGB (Red+Green+Blue) = 223+142+100=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E64 is #20719B. Grayscale: #A1A1A1. Windows color (decimal): -2126236 or 6590175. OLE color: 6590175.

HSL color Cylindrical-coordinate representation of color #DF8E64: hue angle of 20.49º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF8E64 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 100 -
CMYK 0 0.36 0.55 0.13
HSL 20.49º 0.66% 0.63% -
HSV(B) 20.49º 0.55% 0.87% -
XYZ 42.4 35.95 16.76 -
YUV 161.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 223 142 100 0 0.36 0.55 0.13 20.49 0.66 0.63
Hex DF 8E 64 0 24 37 D 14 42 3F
Octal 337 216 144 0 44 67 15 24 102 77
Binary 11011111 10001110 1100100 0 100100 110111 1101 10100 1000010 111111

Color Harmonies of #DF8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E64

Black with #DF8E64

Text Example


Text Example

White with #DF8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E64; }

 p { color: rgb(223,142,100); }

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

background-color css

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

 a { background-color: rgb(223,142,100); }

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

border-color css

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

 span { border-color: rgb(223,142,100); }

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