Html Css Color HEX #DE976E Copper

📋 copy color: '#DE976E'

red 222 ◦ green 151 ◦ blue 110

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

Shades of Copper #DE976E

Tints of Copper #DE976E

RGB

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

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

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

R = 45.96%
G = 31.26%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE976E (or 0xDE976E) is known color: Copper. HEX triplet: DE, 97 and 6E. RGB value is (222,151,110). Sum of RGB (Red+Green+Blue) = 222+151+110=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE976E is #216891. Grayscale: #A7A7A7. Windows color (decimal): -2189458 or 7247838. OLE color: 7247838.

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

Color convert

RGB 222 151 110 -
CMYK 0 0.32 0.50 0.13
HSL 21.96º 0.63% 0.65% -
HSV(B) 21.96º 0.5% 0.87% -
XYZ 44.01 38.79 19.92 -
YUV 167.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 222 151 110 0 0.32 0.50 0.13 21.96 0.63 0.65
Hex DE 97 6E 0 20 32 D 16 3F 41
Octal 336 227 156 0 40 62 15 26 77 101
Binary 11011110 10010111 1101110 0 100000 110010 1101 10110 111111 1000001

Color Harmonies of #DE976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE976E

Black with #DE976E

Text Example


Text Example

White with #DE976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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