Html Css Color HEX #DF8065 Copper

📋 copy color: '#DF8065'

red 223 ◦ green 128 ◦ blue 101

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

Shades of Copper #DF8065

Tints of Copper #DF8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

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

R = 49.34%
G = 28.32%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF8065 (or 0xDF8065) is known color: Copper. HEX triplet: DF, 80 and 65. RGB value is (223,128,101). Sum of RGB (Red+Green+Blue) = 223+128+101=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8065 is #207F9A. Grayscale: #999999. Windows color (decimal): -2129819 or 6652127. OLE color: 6652127.

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

Color convert

RGB 223 128 101 -
CMYK 0 0.43 0.55 0.13
HSL 13.28º 0.66% 0.64% -
HSV(B) 13.28º 0.55% 0.87% -
XYZ 40.5 32.07 16.37 -
YUV 153.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 223 128 101 0 0.43 0.55 0.13 13.28 0.66 0.64
Hex DF 80 65 0 2B 37 D D 42 40
Octal 337 200 145 0 53 67 15 15 102 100
Binary 11011111 10000000 1100101 0 101011 110111 1101 1101 1000010 1000000

Color Harmonies of #DF8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8065

Black with #DF8065

Text Example


Text Example

White with #DF8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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