Html Css Color HEX #DE9061 Copper

📋 copy color: '#DE9061'

red 222 ◦ green 144 ◦ blue 97

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

Shades of Copper #DE9061

Tints of Copper #DE9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.1%

 BLUE value IS 97 (38.28% from 255) = 20.95%

R = 47.95%
G = 31.1%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE9061 (or 0xDE9061) is known color: Copper. HEX triplet: DE, 90 and 61. RGB value is (222,144,97). Sum of RGB (Red+Green+Blue) = 222+144+97=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9061 is #216F9E. Grayscale: #A2A2A2. Windows color (decimal): -2191263 or 6394078. OLE color: 6394078.

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

Color convert

RGB 222 144 97 -
CMYK 0 0.35 0.56 0.13
HSL 22.56º 0.65% 0.63% -
HSV(B) 22.56º 0.56% 0.87% -
XYZ 42.26 36.34 16.1 -
YUV 161.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 222 144 97 0 0.35 0.56 0.13 22.56 0.65 0.63
Hex DE 90 61 0 23 38 D 17 41 3F
Octal 336 220 141 0 43 70 15 27 101 77
Binary 11011110 10010000 1100001 0 100011 111000 1101 10111 1000001 111111

Color Harmonies of #DE9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9061

Black with #DE9061

Text Example


Text Example

White with #DE9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9061; }

 p { color: rgb(222,144,97); }

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

background-color css

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

 a { background-color: rgb(222,144,97); }

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

border-color css

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

 span { border-color: rgb(222,144,97); }

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