Html Css Color HEX #DE875C Copper

📋 copy color: '#DE875C'

red 222 ◦ green 135 ◦ blue 92

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

Shades of Copper #DE875C

Tints of Copper #DE875C

RGB

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

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

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

R = 49.44%
G = 30.07%
B = 20.49%

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

#DE875C (or 0xDE875C) is known color: Copper. HEX triplet: DE, 87 and 5C. RGB value is (222,135,92). Sum of RGB (Red+Green+Blue) = 222+135+92=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE875C is #2178A3. Grayscale: #9C9C9C. Windows color (decimal): -2193572 or 6064094. OLE color: 6064094.

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

Color convert

RGB 222 135 92 -
CMYK 0 0.39 0.59 0.13
HSL 19.85º 0.66% 0.62% -
HSV(B) 19.85º 0.59% 0.87% -
XYZ 40.72 33.63 14.47 -
YUV 156.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 222 135 92 0 0.39 0.59 0.13 19.85 0.66 0.62
Hex DE 87 5C 0 27 3B D 14 42 3E
Octal 336 207 134 0 47 73 15 24 102 76
Binary 11011110 10000111 1011100 0 100111 111011 1101 10100 1000010 111110

Color Harmonies of #DE875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE875C

Black with #DE875C

Text Example


Text Example

White with #DE875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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