Html Css Color HEX #DC946C Copper

📋 copy color: '#DC946C'

red 220 ◦ green 148 ◦ blue 108

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

Shades of Copper #DC946C

Tints of Copper #DC946C

RGB

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

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

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

R = 46.22%
G = 31.09%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC946C (or 0xDC946C) is known color: Copper. HEX triplet: DC, 94 and 6C. RGB value is (220,148,108). Sum of RGB (Red+Green+Blue) = 220+148+108=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC946C is #236B93. Grayscale: #A5A5A5. Windows color (decimal): -2321300 or 7115996. OLE color: 7115996.

HSL color Cylindrical-coordinate representation of color #DC946C: hue angle of 21.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC946C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 108 -
CMYK 0 0.33 0.51 0.14
HSL 21.43º 0.62% 0.64% -
HSV(B) 21.43º 0.51% 0.86% -
XYZ 42.81 37.48 19.16 -
YUV 164.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 220 148 108 0 0.33 0.51 0.14 21.43 0.62 0.64
Hex DC 94 6C 0 21 33 E 15 3E 40
Octal 334 224 154 0 41 63 16 25 76 100
Binary 11011100 10010100 1101100 0 100001 110011 1110 10101 111110 1000000

Color Harmonies of #DC946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC946C

Black with #DC946C

Text Example


Text Example

White with #DC946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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