Html Css Color HEX #DE956C Copper

📋 copy color: '#DE956C'

red 222 ◦ green 149 ◦ blue 108

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

Shades of Copper #DE956C

Tints of Copper #DE956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 46.35%
G = 31.11%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE956C (or 0xDE956C) is known color: Copper. HEX triplet: DE, 95 and 6C. RGB value is (222,149,108). Sum of RGB (Red+Green+Blue) = 222+149+108=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE956C is #216A93. Grayscale: #A6A6A6. Windows color (decimal): -2189972 or 7116254. OLE color: 7116254.

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

Color convert

RGB 222 149 108 -
CMYK 0 0.33 0.51 0.13
HSL 21.58º 0.63% 0.65% -
HSV(B) 21.58º 0.51% 0.87% -
XYZ 43.58 38.11 19.25 -
YUV 166.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 222 149 108 0 0.33 0.51 0.13 21.58 0.63 0.65
Hex DE 95 6C 0 21 33 D 16 3F 41
Octal 336 225 154 0 41 63 15 26 77 101
Binary 11011110 10010101 1101100 0 100001 110011 1101 10110 111111 1000001

Color Harmonies of #DE956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE956C

Black with #DE956C

Text Example


Text Example

White with #DE956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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