Html Css Color HEX #DE8163 Copper

📋 copy color: '#DE8163'

red 222 ◦ green 129 ◦ blue 99

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

Shades of Copper #DE8163

Tints of Copper #DE8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.67%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 49.33%
G = 28.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE8163 (or 0xDE8163) is known color: Copper. HEX triplet: DE, 81 and 63. RGB value is (222,129,99). Sum of RGB (Red+Green+Blue) = 222+129+99=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8163 is #217E9C. Grayscale: #999999. Windows color (decimal): -2195101 or 6521310. OLE color: 6521310.

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

Color convert

RGB 222 129 99 -
CMYK 0 0.42 0.55 0.13
HSL 14.63º 0.65% 0.63% -
HSV(B) 14.63º 0.55% 0.87% -
XYZ 40.23 32.13 15.89 -
YUV 153.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 222 129 99 0 0.42 0.55 0.13 14.63 0.65 0.63
Hex DE 81 63 0 2A 37 D F 41 3F
Octal 336 201 143 0 52 67 15 17 101 77
Binary 11011110 10000001 1100011 0 101010 110111 1101 1111 1000001 111111

Color Harmonies of #DE8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8163

Black with #DE8163

Text Example


Text Example

White with #DE8163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8163; }

 p { color: rgb(222,129,99); }

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

background-color css

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

 a { background-color: rgb(222,129,99); }

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

border-color css

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

 span { border-color: rgb(222,129,99); }

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