Html Css Color HEX #DE8F64 Copper

📋 copy color: '#DE8F64'

red 222 ◦ green 143 ◦ blue 100

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

Shades of Copper #DE8F64

Tints of Copper #DE8F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.75%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 47.74%
G = 30.75%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE8F64 (or 0xDE8F64) is known color: Copper. HEX triplet: DE, 8F and 64. RGB value is (222,143,100). Sum of RGB (Red+Green+Blue) = 222+143+100=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F64 is #21709B. Grayscale: #A1A1A1. Windows color (decimal): -2191516 or 6590430. OLE color: 6590430.

HSL color Cylindrical-coordinate representation of color #DE8F64: hue angle of 21.15º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE8F64 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 143 100 -
CMYK 0 0.36 0.55 0.13
HSL 21.15º 0.65% 0.63% -
HSV(B) 21.15º 0.55% 0.87% -
XYZ 42.25 36.09 16.8 -
YUV 161.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 222 143 100 0 0.36 0.55 0.13 21.15 0.65 0.63
Hex DE 8F 64 0 24 37 D 15 41 3F
Octal 336 217 144 0 44 67 15 25 101 77
Binary 11011110 10001111 1100100 0 100100 110111 1101 10101 1000001 111111

Color Harmonies of #DE8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F64

Black with #DE8F64

Text Example


Text Example

White with #DE8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F64; }

 p { color: rgb(222,143,100); }

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

background-color css

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

 a { background-color: rgb(222,143,100); }

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

border-color css

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

 span { border-color: rgb(222,143,100); }

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