Html Css Color HEX #DE815C Copper

📋 copy color: '#DE815C'

red 222 ◦ green 129 ◦ blue 92

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

Shades of Copper #DE815C

Tints of Copper #DE815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 50.11%
G = 29.12%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE815C (or 0xDE815C) is known color: Copper. HEX triplet: DE, 81 and 5C. RGB value is (222,129,92). Sum of RGB (Red+Green+Blue) = 222+129+92=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE815C is #217EA3. Grayscale: #989898. Windows color (decimal): -2195108 or 6062558. OLE color: 6062558.

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

Color convert

RGB 222 129 92 -
CMYK 0 0.42 0.59 0.13
HSL 17.08º 0.66% 0.62% -
HSV(B) 17.08º 0.59% 0.87% -
XYZ 39.91 32 14.2 -
YUV 152.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 222 129 92 0 0.42 0.59 0.13 17.08 0.66 0.62
Hex DE 81 5C 0 2A 3B D 11 42 3E
Octal 336 201 134 0 52 73 15 21 102 76
Binary 11011110 10000001 1011100 0 101010 111011 1101 10001 1000010 111110

Color Harmonies of #DE815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE815C

Black with #DE815C

Text Example


Text Example

White with #DE815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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