Html Css Color HEX #DE855B Copper

📋 copy color: '#DE855B'

red 222 ◦ green 133 ◦ blue 91

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

Shades of Copper #DE855B

Tints of Copper #DE855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 49.78%
G = 29.82%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE855B (or 0xDE855B) is known color: Copper. HEX triplet: DE, 85 and 5B. RGB value is (222,133,91). Sum of RGB (Red+Green+Blue) = 222+133+91=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE855B is #217AA4. Grayscale: #9B9B9B. Windows color (decimal): -2194085 or 5998046. OLE color: 5998046.

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

Color convert

RGB 222 133 91 -
CMYK 0 0.40 0.59 0.13
HSL 19.24º 0.66% 0.61% -
HSV(B) 19.24º 0.59% 0.87% -
XYZ 40.4 33.06 14.15 -
YUV 154.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 222 133 91 0 0.40 0.59 0.13 19.24 0.66 0.61
Hex DE 85 5B 0 28 3B D 13 42 3D
Octal 336 205 133 0 50 73 15 23 102 75
Binary 11011110 10000101 1011011 0 101000 111011 1101 10011 1000010 111101

Color Harmonies of #DE855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE855B

Black with #DE855B

Text Example


Text Example

White with #DE855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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