Html Css Color HEX #DE825D Copper

📋 copy color: '#DE825D'

red 222 ◦ green 130 ◦ blue 93

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

Shades of Copper #DE825D

Tints of Copper #DE825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 49.89%
G = 29.21%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE825D (or 0xDE825D) is known color: Copper. HEX triplet: DE, 82 and 5D. RGB value is (222,130,93). Sum of RGB (Red+Green+Blue) = 222+130+93=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE825D is #217DA2. Grayscale: #999999. Windows color (decimal): -2194851 or 6128350. OLE color: 6128350.

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

Color convert

RGB 222 130 93 -
CMYK 0 0.41 0.58 0.13
HSL 17.21º 0.66% 0.62% -
HSV(B) 17.21º 0.58% 0.87% -
XYZ 40.08 32.29 14.48 -
YUV 153.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 222 130 93 0 0.41 0.58 0.13 17.21 0.66 0.62
Hex DE 82 5D 0 29 3A D 11 42 3E
Octal 336 202 135 0 51 72 15 21 102 76
Binary 11011110 10000010 1011101 0 101001 111010 1101 10001 1000010 111110

Color Harmonies of #DE825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE825D

Black with #DE825D

Text Example


Text Example

White with #DE825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE825D; }

 p { color: rgb(222,130,93); }

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

background-color css

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

 a { background-color: rgb(222,130,93); }

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

border-color css

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

 span { border-color: rgb(222,130,93); }

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