Html Css Color HEX #DF8564 Copper

📋 copy color: '#DF8564'

red 223 ◦ green 133 ◦ blue 100

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

Shades of Copper #DF8564

Tints of Copper #DF8564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

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

R = 48.9%
G = 29.17%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF8564 (or 0xDF8564) is known color: Copper. HEX triplet: DF, 85 and 64. RGB value is (223,133,100). Sum of RGB (Red+Green+Blue) = 223+133+100=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8564 is #207A9B. Grayscale: #9C9C9C. Windows color (decimal): -2128540 or 6587871. OLE color: 6587871.

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

Color convert

RGB 223 133 100 -
CMYK 0 0.40 0.55 0.13
HSL 16.1º 0.66% 0.63% -
HSV(B) 16.1º 0.55% 0.87% -
XYZ 41.12 33.38 16.33 -
YUV 156.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 223 133 100 0 0.40 0.55 0.13 16.1 0.66 0.63
Hex DF 85 64 0 28 37 D 10 42 3F
Octal 337 205 144 0 50 67 15 20 102 77
Binary 11011111 10000101 1100100 0 101000 110111 1101 10000 1000010 111111

Color Harmonies of #DF8564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8564

Black with #DF8564

Text Example


Text Example

White with #DF8564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8564; }

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

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

background-color css

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

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

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

border-color css

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

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

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