Html Css Color HEX #DE8467 Copper

📋 copy color: '#DE8467'

red 222 ◦ green 132 ◦ blue 103

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

Shades of Copper #DE8467

Tints of Copper #DE8467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.88%

 BLUE value IS 103 (40.63% from 255) = 22.54%

R = 48.58%
G = 28.88%
B = 22.54%

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

#DE8467 (or 0xDE8467) is known color: Copper. HEX triplet: DE, 84 and 67. RGB value is (222,132,103). Sum of RGB (Red+Green+Blue) = 222+132+103=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8467 is #217B98. Grayscale: #9B9B9B. Windows color (decimal): -2194329 or 6784222. OLE color: 6784222.

HSL color Cylindrical-coordinate representation of color #DE8467: hue angle of 14.62º degrees, saturation: 0.64, 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 #DE8467 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 103 -
CMYK 0 0.41 0.54 0.13
HSL 14.62º 0.64% 0.64% -
HSV(B) 14.62º 0.54% 0.87% -
XYZ 40.82 33.01 17.05 -
YUV 155.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 222 132 103 0 0.41 0.54 0.13 14.62 0.64 0.64
Hex DE 84 67 0 29 36 D F 40 40
Octal 336 204 147 0 51 66 15 17 100 100
Binary 11011110 10000100 1100111 0 101001 110110 1101 1111 1000000 1000000

Color Harmonies of #DE8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8467

Black with #DE8467

Text Example


Text Example

White with #DE8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8467; }

 p { color: rgb(222,132,103); }

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

background-color css

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

 a { background-color: rgb(222,132,103); }

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

border-color css

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

 span { border-color: rgb(222,132,103); }

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