Html Css Color HEX #DF9165 Copper

📋 copy color: '#DF9165'

red 223 ◦ green 145 ◦ blue 101

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

Shades of Copper #DF9165

Tints of Copper #DF9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 47.55%
G = 30.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9165 (or 0xDF9165) is known color: Copper. HEX triplet: DF, 91 and 65. RGB value is (223,145,101). Sum of RGB (Red+Green+Blue) = 223+145+101=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9165 is #206E9A. Grayscale: #A3A3A3. Windows color (decimal): -2125467 or 6656479. OLE color: 6656479.

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

Color convert

RGB 223 145 101 -
CMYK 0 0.35 0.55 0.13
HSL 21.64º 0.66% 0.64% -
HSV(B) 21.64º 0.55% 0.87% -
XYZ 42.91 36.88 17.17 -
YUV 163.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 223 145 101 0 0.35 0.55 0.13 21.64 0.66 0.64
Hex DF 91 65 0 23 37 D 16 42 40
Octal 337 221 145 0 43 67 15 26 102 100
Binary 11011111 10010001 1100101 0 100011 110111 1101 10110 1000010 1000000

Color Harmonies of #DF9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9165

Black with #DF9165

Text Example


Text Example

White with #DF9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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