Html Css Color HEX #DF986D Copper

📋 copy color: '#DF986D'

red 223 ◦ green 152 ◦ blue 109

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

Shades of Copper #DF986D

Tints of Copper #DF986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 46.07%
G = 31.4%
B = 22.52%

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

#DF986D (or 0xDF986D) is known color: Copper. HEX triplet: DF, 98 and 6D. RGB value is (223,152,109). Sum of RGB (Red+Green+Blue) = 223+152+109=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF986D is #206792. Grayscale: #A8A8A8. Windows color (decimal): -2123667 or 7182559. OLE color: 7182559.

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

Color convert

RGB 223 152 109 -
CMYK 0 0.32 0.51 0.13
HSL 22.63º 0.64% 0.65% -
HSV(B) 22.63º 0.51% 0.87% -
XYZ 44.42 39.25 19.7 -
YUV 168.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 223 152 109 0 0.32 0.51 0.13 22.63 0.64 0.65
Hex DF 98 6D 0 20 33 D 17 40 41
Octal 337 230 155 0 40 63 15 27 100 101
Binary 11011111 10011000 1101101 0 100000 110011 1101 10111 1000000 1000001

Color Harmonies of #DF986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF986D

Black with #DF986D

Text Example


Text Example

White with #DF986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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