Html Css Color HEX #DF8165 Copper

📋 copy color: '#DF8165'

red 223 ◦ green 129 ◦ blue 101

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

Shades of Copper #DF8165

Tints of Copper #DF8165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.48%

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

R = 49.23%
G = 28.48%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF8165 (or 0xDF8165) is known color: Copper. HEX triplet: DF, 81 and 65. RGB value is (223,129,101). Sum of RGB (Red+Green+Blue) = 223+129+101=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8165 is #207E9A. Grayscale: #9A9A9A. Windows color (decimal): -2129563 or 6652383. OLE color: 6652383.

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

Color convert

RGB 223 129 101 -
CMYK 0 0.42 0.55 0.13
HSL 13.77º 0.66% 0.64% -
HSV(B) 13.77º 0.55% 0.87% -
XYZ 40.63 32.33 16.41 -
YUV 153.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 223 129 101 0 0.42 0.55 0.13 13.77 0.66 0.64
Hex DF 81 65 0 2A 37 D E 42 40
Octal 337 201 145 0 52 67 15 16 102 100
Binary 11011111 10000001 1100101 0 101010 110111 1101 1110 1000010 1000000

Color Harmonies of #DF8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8165

Black with #DF8165

Text Example


Text Example

White with #DF8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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