Html Css Color HEX #DE946E Copper

📋 copy color: '#DE946E'

red 222 ◦ green 148 ◦ blue 110

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

Shades of Copper #DE946E

Tints of Copper #DE946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 46.25%
G = 30.83%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE946E (or 0xDE946E) is known color: Copper. HEX triplet: DE, 94 and 6E. RGB value is (222,148,110). Sum of RGB (Red+Green+Blue) = 222+148+110=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE946E is #216B91. Grayscale: #A6A6A6. Windows color (decimal): -2190226 or 7247070. OLE color: 7247070.

HSL color Cylindrical-coordinate representation of color #DE946E: hue angle of 20.36º 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 #DE946E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 148 110 -
CMYK 0 0.33 0.50 0.13
HSL 20.36º 0.63% 0.65% -
HSV(B) 20.36º 0.5% 0.87% -
XYZ 43.53 37.84 19.76 -
YUV 165.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 222 148 110 0 0.33 0.50 0.13 20.36 0.63 0.65
Hex DE 94 6E 0 21 32 D 14 3F 41
Octal 336 224 156 0 41 62 15 24 77 101
Binary 11011110 10010100 1101110 0 100001 110010 1101 10100 111111 1000001

Color Harmonies of #DE946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE946E

Black with #DE946E

Text Example


Text Example

White with #DE946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE946E; }

 p { color: rgb(222,148,110); }

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

background-color css

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

 a { background-color: rgb(222,148,110); }

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

border-color css

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

 span { border-color: rgb(222,148,110); }

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