Html Css Color HEX #DE855D Copper

📋 copy color: '#DE855D'

red 222 ◦ green 133 ◦ blue 93

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

Shades of Copper #DE855D

Tints of Copper #DE855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

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

R = 49.55%
G = 29.69%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE855D (or 0xDE855D) is known color: Copper. HEX triplet: DE, 85 and 5D. RGB value is (222,133,93). Sum of RGB (Red+Green+Blue) = 222+133+93=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE855D is #217AA2. Grayscale: #9B9B9B. Windows color (decimal): -2194083 or 6129118. OLE color: 6129118.

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

Color convert

RGB 222 133 93 -
CMYK 0 0.40 0.58 0.13
HSL 18.6º 0.66% 0.62% -
HSV(B) 18.6º 0.58% 0.87% -
XYZ 40.49 33.09 14.61 -
YUV 155.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 222 133 93 0 0.40 0.58 0.13 18.6 0.66 0.62
Hex DE 85 5D 0 28 3A D 13 42 3E
Octal 336 205 135 0 50 72 15 23 102 76
Binary 11011110 10000101 1011101 0 101000 111010 1101 10011 1000010 111110

Color Harmonies of #DE855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE855D

Black with #DE855D

Text Example


Text Example

White with #DE855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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