Html Css Color HEX #DF986A Copper

📋 copy color: '#DF986A'

red 223 ◦ green 152 ◦ blue 106

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

Shades of Copper #DF986A

Tints of Copper #DF986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 46.36%
G = 31.6%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF986A (or 0xDF986A) is known color: Copper. HEX triplet: DF, 98 and 6A. RGB value is (223,152,106). Sum of RGB (Red+Green+Blue) = 223+152+106=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF986A is #206795. Grayscale: #A8A8A8. Windows color (decimal): -2123670 or 6985951. OLE color: 6985951.

HSL color Cylindrical-coordinate representation of color #DF986A: hue angle of 23.59º degrees, saturation: 0.65, 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 #DF986A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 106 -
CMYK 0 0.32 0.52 0.13
HSL 23.59º 0.65% 0.65% -
HSV(B) 23.59º 0.52% 0.87% -
XYZ 44.26 39.19 18.87 -
YUV 167.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 223 152 106 0 0.32 0.52 0.13 23.59 0.65 0.65
Hex DF 98 6A 0 20 34 D 18 41 41
Octal 337 230 152 0 40 64 15 30 101 101
Binary 11011111 10011000 1101010 0 100000 110100 1101 11000 1000001 1000001

Color Harmonies of #DF986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF986A

Black with #DF986A

Text Example


Text Example

White with #DF986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF986A; }

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

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

background-color css

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

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

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

border-color css

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

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

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