Html Css Color HEX #DE8266 Copper

📋 copy color: '#DE8266'

red 222 ◦ green 130 ◦ blue 102

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

Shades of Copper #DE8266

Tints of Copper #DE8266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 102 (40.23% from 255) = 22.47%

R = 48.9%
G = 28.63%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE8266 (or 0xDE8266) is known color: Copper. HEX triplet: DE, 82 and 66. RGB value is (222,130,102). Sum of RGB (Red+Green+Blue) = 222+130+102=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8266 is #217D99. Grayscale: #9A9A9A. Windows color (decimal): -2194842 or 6718174. OLE color: 6718174.

HSL color Cylindrical-coordinate representation of color #DE8266: hue angle of 14º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE8266 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 130 102 -
CMYK 0 0.41 0.54 0.13
HSL 14º 0.65% 0.64% -
HSV(B) 14º 0.54% 0.87% -
XYZ 40.51 32.45 16.7 -
YUV 154.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 222 130 102 0 0.41 0.54 0.13 14 0.65 0.64
Hex DE 82 66 0 29 36 D E 41 40
Octal 336 202 146 0 51 66 15 16 101 100
Binary 11011110 10000010 1100110 0 101001 110110 1101 1110 1000001 1000000

Color Harmonies of #DE8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8266

Black with #DE8266

Text Example


Text Example

White with #DE8266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8266; }

 p { color: rgb(222,130,102); }

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

background-color css

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

 a { background-color: rgb(222,130,102); }

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

border-color css

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

 span { border-color: rgb(222,130,102); }

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