Html Css Color HEX #DE976C Copper

📋 copy color: '#DE976C'

red 222 ◦ green 151 ◦ blue 108

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

Shades of Copper #DE976C

Tints of Copper #DE976C

RGB

 RED value IS 222 (87.11% from 255) = 46.15%

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

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

R = 46.15%
G = 31.39%
B = 22.45%

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

#DE976C (or 0xDE976C) is known color: Copper. HEX triplet: DE, 97 and 6C. RGB value is (222,151,108). Sum of RGB (Red+Green+Blue) = 222+151+108=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE976C is #216893. Grayscale: #A7A7A7. Windows color (decimal): -2189460 or 7116766. OLE color: 7116766.

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

Color convert

RGB 222 151 108 -
CMYK 0 0.32 0.51 0.13
HSL 22.63º 0.63% 0.65% -
HSV(B) 22.63º 0.51% 0.87% -
XYZ 43.9 38.75 19.35 -
YUV 167.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 222 151 108 0 0.32 0.51 0.13 22.63 0.63 0.65
Hex DE 97 6C 0 20 33 D 17 3F 41
Octal 336 227 154 0 40 63 15 27 77 101
Binary 11011110 10010111 1101100 0 100000 110011 1101 10111 111111 1000001

Color Harmonies of #DE976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE976C

Black with #DE976C

Text Example


Text Example

White with #DE976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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