Html Css Color HEX #DE966A Copper

📋 copy color: '#DE966A'

red 222 ◦ green 150 ◦ blue 106

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

Shades of Copper #DE966A

Tints of Copper #DE966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 46.44%
G = 31.38%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE966A (or 0xDE966A) is known color: Copper. HEX triplet: DE, 96 and 6A. RGB value is (222,150,106). Sum of RGB (Red+Green+Blue) = 222+150+106=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE966A is #216995. Grayscale: #A6A6A6. Windows color (decimal): -2189718 or 6985438. OLE color: 6985438.

HSL color Cylindrical-coordinate representation of color #DE966A: hue angle of 22.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE966A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 150 106 -
CMYK 0 0.32 0.52 0.13
HSL 22.76º 0.64% 0.64% -
HSV(B) 22.76º 0.52% 0.87% -
XYZ 43.63 38.38 18.74 -
YUV 166.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 222 150 106 0 0.32 0.52 0.13 22.76 0.64 0.64
Hex DE 96 6A 0 20 34 D 17 40 40
Octal 336 226 152 0 40 64 15 27 100 100
Binary 11011110 10010110 1101010 0 100000 110100 1101 10111 1000000 1000000

Color Harmonies of #DE966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE966A

Black with #DE966A

Text Example


Text Example

White with #DE966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE966A; }

 p { color: rgb(222,150,106); }

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

background-color css

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

 a { background-color: rgb(222,150,106); }

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

border-color css

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

 span { border-color: rgb(222,150,106); }

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