Html Css Color HEX #DE956F Copper

📋 copy color: '#DE956F'

red 222 ◦ green 149 ◦ blue 111

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

Shades of Copper #DE956F

Tints of Copper #DE956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 46.06%
G = 30.91%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE956F (or 0xDE956F) is known color: Copper. HEX triplet: DE, 95 and 6F. RGB value is (222,149,111). Sum of RGB (Red+Green+Blue) = 222+149+111=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE956F is #216A90. Grayscale: #A6A6A6. Windows color (decimal): -2189969 or 7312862. OLE color: 7312862.

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

Color convert

RGB 222 149 111 -
CMYK 0 0.33 0.5 0.13
HSL 20.54º 0.63% 0.65% -
HSV(B) 20.54º 0.5% 0.87% -
XYZ 43.74 38.17 20.1 -
YUV 166.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 222 149 111 0 0.33 0.5 0.13 20.54 0.63 0.65
Hex DE 95 6F 0 21 32 D 15 3F 41
Octal 336 225 157 0 41 62 15 25 77 101
Binary 11011110 10010101 1101111 0 100001 110010 1101 10101 111111 1000001

Color Harmonies of #DE956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE956F

Black with #DE956F

Text Example


Text Example

White with #DE956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE956F; }

 p { color: rgb(222,149,111); }

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

background-color css

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

 a { background-color: rgb(222,149,111); }

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

border-color css

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

 span { border-color: rgb(222,149,111); }

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