Html Css Color HEX #DF986E Copper

📋 copy color: '#DF986E'

red 223 ◦ green 152 ◦ blue 110

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

Shades of Copper #DF986E

Tints of Copper #DF986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 45.98%
G = 31.34%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF986E (or 0xDF986E) is known color: Copper. HEX triplet: DF, 98 and 6E. RGB value is (223,152,110). Sum of RGB (Red+Green+Blue) = 223+152+110=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF986E is #206791. Grayscale: #A8A8A8. Windows color (decimal): -2123666 or 7248095. OLE color: 7248095.

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

Color convert

RGB 223 152 110 -
CMYK 0 0.32 0.51 0.13
HSL 22.3º 0.64% 0.65% -
HSV(B) 22.3º 0.51% 0.87% -
XYZ 44.47 39.27 19.99 -
YUV 168.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 223 152 110 0 0.32 0.51 0.13 22.3 0.64 0.65
Hex DF 98 6E 0 20 33 D 16 40 41
Octal 337 230 156 0 40 63 15 26 100 101
Binary 11011111 10011000 1101110 0 100000 110011 1101 10110 1000000 1000001

Color Harmonies of #DF986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF986E

Black with #DF986E

Text Example


Text Example

White with #DF986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF986E; }

 p { color: rgb(223,152,110); }

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

background-color css

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

 a { background-color: rgb(223,152,110); }

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

border-color css

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

 span { border-color: rgb(223,152,110); }

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