Html Css Color HEX #DE8367 Copper

📋 copy color: '#DE8367'

red 222 ◦ green 131 ◦ blue 103

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

Shades of Copper #DE8367

Tints of Copper #DE8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 48.68%
G = 28.73%
B = 22.59%

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

#DE8367 (or 0xDE8367) is known color: Copper. HEX triplet: DE, 83 and 67. RGB value is (222,131,103). Sum of RGB (Red+Green+Blue) = 222+131+103=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8367 is #217C98. Grayscale: #9B9B9B. Windows color (decimal): -2194585 or 6783966. OLE color: 6783966.

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

Color convert

RGB 222 131 103 -
CMYK 0 0.41 0.54 0.13
HSL 14.12º 0.64% 0.64% -
HSV(B) 14.12º 0.54% 0.87% -
XYZ 40.69 32.74 17.01 -
YUV 155.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 222 131 103 0 0.41 0.54 0.13 14.12 0.64 0.64
Hex DE 83 67 0 29 36 D E 40 40
Octal 336 203 147 0 51 66 15 16 100 100
Binary 11011110 10000011 1100111 0 101001 110110 1101 1110 1000000 1000000

Color Harmonies of #DE8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8367

Black with #DE8367

Text Example


Text Example

White with #DE8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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