Html Css Color HEX #DE815F Copper

📋 copy color: '#DE815F'

red 222 ◦ green 129 ◦ blue 95

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

Shades of Copper #DE815F

Tints of Copper #DE815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 49.78%
G = 28.92%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE815F (or 0xDE815F) is known color: Copper. HEX triplet: DE, 81 and 5F. RGB value is (222,129,95). Sum of RGB (Red+Green+Blue) = 222+129+95=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE815F is #217EA0. Grayscale: #999999. Windows color (decimal): -2195105 or 6259166. OLE color: 6259166.

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

Color convert

RGB 222 129 95 -
CMYK 0 0.42 0.57 0.13
HSL 16.06º 0.66% 0.62% -
HSV(B) 16.06º 0.57% 0.87% -
XYZ 40.04 32.06 14.9 -
YUV 152.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 222 129 95 0 0.42 0.57 0.13 16.06 0.66 0.62
Hex DE 81 5F 0 2A 39 D 10 42 3E
Octal 336 201 137 0 52 71 15 20 102 76
Binary 11011110 10000001 1011111 0 101010 111001 1101 10000 1000010 111110

Color Harmonies of #DE815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE815F

Black with #DE815F

Text Example


Text Example

White with #DE815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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