Html Css Color HEX #DE875B Copper

📋 copy color: '#DE875B'

red 222 ◦ green 135 ◦ blue 91

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

Shades of Copper #DE875B

Tints of Copper #DE875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.13%

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

R = 49.55%
G = 30.13%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE875B (or 0xDE875B) is known color: Copper. HEX triplet: DE, 87 and 5B. RGB value is (222,135,91). Sum of RGB (Red+Green+Blue) = 222+135+91=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE875B is #2178A4. Grayscale: #9C9C9C. Windows color (decimal): -2193573 or 5998558. OLE color: 5998558.

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

Color convert

RGB 222 135 91 -
CMYK 0 0.39 0.59 0.13
HSL 20.15º 0.66% 0.61% -
HSV(B) 20.15º 0.59% 0.87% -
XYZ 40.68 33.61 14.24 -
YUV 156 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 222 135 91 0 0.39 0.59 0.13 20.15 0.66 0.61
Hex DE 87 5B 0 27 3B D 14 42 3D
Octal 336 207 133 0 47 73 15 24 102 75
Binary 11011110 10000111 1011011 0 100111 111011 1101 10100 1000010 111101

Color Harmonies of #DE875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE875B

Black with #DE875B

Text Example


Text Example

White with #DE875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE875B; }

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

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

background-color css

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

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

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

border-color css

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

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

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