Html Css Color HEX #DF8F6C Copper

📋 copy color: '#DF8F6C'

red 223 ◦ green 143 ◦ blue 108

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

Shades of Copper #DF8F6C

Tints of Copper #DF8F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 47.05%
G = 30.17%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF8F6C (or 0xDF8F6C) is known color: Copper. HEX triplet: DF, 8F and 6C. RGB value is (223,143,108). Sum of RGB (Red+Green+Blue) = 223+143+108=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F6C is #207093. Grayscale: #A3A3A3. Windows color (decimal): -2125972 or 7114719. OLE color: 7114719.

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

Color convert

RGB 223 143 108 -
CMYK 0 0.36 0.52 0.13
HSL 18.26º 0.64% 0.65% -
HSV(B) 18.26º 0.52% 0.87% -
XYZ 42.96 36.42 18.95 -
YUV 162.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 223 143 108 0 0.36 0.52 0.13 18.26 0.64 0.65
Hex DF 8F 6C 0 24 34 D 12 40 41
Octal 337 217 154 0 44 64 15 22 100 101
Binary 11011111 10001111 1101100 0 100100 110100 1101 10010 1000000 1000001

Color Harmonies of #DF8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F6C

Black with #DF8F6C

Text Example


Text Example

White with #DF8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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