Html Css Color HEX #DF9163 Copper

📋 copy color: '#DF9163'

red 223 ◦ green 145 ◦ blue 99

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

Shades of Copper #DF9163

Tints of Copper #DF9163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 47.75%
G = 31.05%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF9163 (or 0xDF9163) is known color: Copper. HEX triplet: DF, 91 and 63. RGB value is (223,145,99). Sum of RGB (Red+Green+Blue) = 223+145+99=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9163 is #206E9C. Grayscale: #A3A3A3. Windows color (decimal): -2125469 or 6525407. OLE color: 6525407.

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

Color convert

RGB 223 145 99 -
CMYK 0 0.35 0.56 0.13
HSL 22.26º 0.66% 0.63% -
HSV(B) 22.26º 0.56% 0.87% -
XYZ 42.81 36.84 16.66 -
YUV 163.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 223 145 99 0 0.35 0.56 0.13 22.26 0.66 0.63
Hex DF 91 63 0 23 38 D 16 42 3F
Octal 337 221 143 0 43 70 15 26 102 77
Binary 11011111 10010001 1100011 0 100011 111000 1101 10110 1000010 111111

Color Harmonies of #DF9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9163

Black with #DF9163

Text Example


Text Example

White with #DF9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9163; }

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

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

background-color css

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

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

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

border-color css

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

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

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