Html Css Color HEX #DF976C Copper

📋 copy color: '#DF976C'

red 223 ◦ green 151 ◦ blue 108

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

Shades of Copper #DF976C

Tints of Copper #DF976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

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

R = 46.27%
G = 31.33%
B = 22.41%

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

#DF976C (or 0xDF976C) is known color: Copper. HEX triplet: DF, 97 and 6C. RGB value is (223,151,108). Sum of RGB (Red+Green+Blue) = 223+151+108=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF976C is #206893. Grayscale: #A7A7A7. Windows color (decimal): -2123924 or 7116767. OLE color: 7116767.

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

Color convert

RGB 223 151 108 -
CMYK 0 0.32 0.52 0.13
HSL 22.43º 0.64% 0.65% -
HSV(B) 22.43º 0.52% 0.87% -
XYZ 44.2 38.9 19.37 -
YUV 167.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 223 151 108 0 0.32 0.52 0.13 22.43 0.64 0.65
Hex DF 97 6C 0 20 34 D 16 40 41
Octal 337 227 154 0 40 64 15 26 100 101
Binary 11011111 10010111 1101100 0 100000 110100 1101 10110 1000000 1000001

Color Harmonies of #DF976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF976C

Black with #DF976C

Text Example


Text Example

White with #DF976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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