Html Css Color HEX #DE8967 Copper

📋 copy color: '#DE8967'

red 222 ◦ green 137 ◦ blue 103

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

Shades of Copper #DE8967

Tints of Copper #DE8967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 48.05%
G = 29.65%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE8967 (or 0xDE8967) is known color: Copper. HEX triplet: DE, 89 and 67. RGB value is (222,137,103). Sum of RGB (Red+Green+Blue) = 222+137+103=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8967 is #217698. Grayscale: #9E9E9E. Windows color (decimal): -2193049 or 6785502. OLE color: 6785502.

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

Color convert

RGB 222 137 103 -
CMYK 0 0.38 0.54 0.13
HSL 17.14º 0.64% 0.64% -
HSV(B) 17.14º 0.54% 0.87% -
XYZ 41.52 34.4 17.28 -
YUV 158.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 222 137 103 0 0.38 0.54 0.13 17.14 0.64 0.64
Hex DE 89 67 0 26 36 D 11 40 40
Octal 336 211 147 0 46 66 15 21 100 100
Binary 11011110 10001001 1100111 0 100110 110110 1101 10001 1000000 1000000

Color Harmonies of #DE8967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8967

Black with #DE8967

Text Example


Text Example

White with #DE8967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8967; }

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

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

background-color css

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

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

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

border-color css

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

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

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