Html Css Color HEX #DF8F65 Copper

📋 copy color: '#DF8F65'

red 223 ◦ green 143 ◦ blue 101

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

Shades of Copper #DF8F65

Tints of Copper #DF8F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 47.75%
G = 30.62%
B = 21.63%

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

#DF8F65 (or 0xDF8F65) is known color: Copper. HEX triplet: DF, 8F and 65. RGB value is (223,143,101). Sum of RGB (Red+Green+Blue) = 223+143+101=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F65 is #20709A. Grayscale: #A2A2A2. Windows color (decimal): -2125979 or 6655967. OLE color: 6655967.

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

Color convert

RGB 223 143 101 -
CMYK 0 0.36 0.55 0.13
HSL 20.66º 0.66% 0.64% -
HSV(B) 20.66º 0.55% 0.87% -
XYZ 42.6 36.27 17.07 -
YUV 162.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 223 143 101 0 0.36 0.55 0.13 20.66 0.66 0.64
Hex DF 8F 65 0 24 37 D 15 42 40
Octal 337 217 145 0 44 67 15 25 102 100
Binary 11011111 10001111 1100101 0 100100 110111 1101 10101 1000010 1000000

Color Harmonies of #DF8F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F65

Black with #DF8F65

Text Example


Text Example

White with #DF8F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F65; }

 p { color: rgb(223,143,101); }

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

background-color css

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

 a { background-color: rgb(223,143,101); }

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

border-color css

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

 span { border-color: rgb(223,143,101); }

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