Html Css Color HEX #DC946E Copper

📋 copy color: '#DC946E'

red 220 ◦ green 148 ◦ blue 110

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

Shades of Copper #DC946E

Tints of Copper #DC946E

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

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

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

R = 46.03%
G = 30.96%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC946E (or 0xDC946E) is known color: Copper. HEX triplet: DC, 94 and 6E. RGB value is (220,148,110). Sum of RGB (Red+Green+Blue) = 220+148+110=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC946E is #236B91. Grayscale: #A5A5A5. Windows color (decimal): -2321298 or 7247068. OLE color: 7247068.

HSL color Cylindrical-coordinate representation of color #DC946E: hue angle of 20.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC946E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 110 -
CMYK 0 0.33 0.50 0.14
HSL 20.73º 0.61% 0.65% -
HSV(B) 20.73º 0.5% 0.86% -
XYZ 42.92 37.52 19.73 -
YUV 165.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 220 148 110 0 0.33 0.50 0.14 20.73 0.61 0.65
Hex DC 94 6E 0 21 32 E 15 3D 41
Octal 334 224 156 0 41 62 16 25 75 101
Binary 11011100 10010100 1101110 0 100001 110010 1110 10101 111101 1000001

Color Harmonies of #DC946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC946E

Black with #DC946E

Text Example


Text Example

White with #DC946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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